|
161 | 161 | 833D08D21F3B97EB00BEED83 /* NSThread+MainExecutable.m in Sources */ = {isa = PBXBuildFile; fileRef = 833D08CA1F3B97EB00BEED83 /* NSThread+MainExecutable.m */; }; |
162 | 162 | 8349F51E1F19352300B1F3DB /* NSDictionary+StringKey_Matchable.m in Sources */ = {isa = PBXBuildFile; fileRef = 8349F51D1F19352300B1F3DB /* NSDictionary+StringKey_Matchable.m */; }; |
163 | 163 | 8349F5211F195BCF00B1F3DB /* LDUserModel+Equatable.m in Sources */ = {isa = PBXBuildFile; fileRef = 8349F5201F195BCF00B1F3DB /* LDUserModel+Equatable.m */; }; |
| 164 | + 8358F25A1F4202A300ECE1AF /* LDConfig+Testable.m in Sources */ = {isa = PBXBuildFile; fileRef = 8358F2591F4202A300ECE1AF /* LDConfig+Testable.m */; }; |
164 | 165 | 8369475C1F1FED400047697C /* boolConfigIsABool-false.json in Resources */ = {isa = PBXBuildFile; fileRef = 836947591F1FED400047697C /* boolConfigIsABool-false.json */; }; |
165 | 166 | 8369475D1F1FED400047697C /* boolConfigIsABool-true.json in Resources */ = {isa = PBXBuildFile; fileRef = 8369475A1F1FED400047697C /* boolConfigIsABool-true.json */; }; |
166 | 167 | 8369475E1F1FED400047697C /* boolConfigIsABool2-true.json in Resources */ = {isa = PBXBuildFile; fileRef = 8369475B1F1FED400047697C /* boolConfigIsABool2-true.json */; }; |
|
273 | 274 | 8349F51D1F19352300B1F3DB /* NSDictionary+StringKey_Matchable.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = "NSDictionary+StringKey_Matchable.m"; sourceTree = "<group>"; }; |
274 | 275 | 8349F51F1F195BCF00B1F3DB /* LDUserModel+Equatable.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = "LDUserModel+Equatable.h"; sourceTree = "<group>"; }; |
275 | 276 | 8349F5201F195BCF00B1F3DB /* LDUserModel+Equatable.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = "LDUserModel+Equatable.m"; sourceTree = "<group>"; }; |
| 277 | + 8358F2581F4202A300ECE1AF /* LDConfig+Testable.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = "LDConfig+Testable.h"; sourceTree = "<group>"; }; |
| 278 | + 8358F2591F4202A300ECE1AF /* LDConfig+Testable.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = "LDConfig+Testable.m"; sourceTree = "<group>"; }; |
276 | 279 | 836947591F1FED400047697C /* boolConfigIsABool-false.json */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.json; path = "boolConfigIsABool-false.json"; sourceTree = "<group>"; }; |
277 | 280 | 8369475A1F1FED400047697C /* boolConfigIsABool-true.json */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.json; path = "boolConfigIsABool-true.json"; sourceTree = "<group>"; }; |
278 | 281 | 8369475B1F1FED400047697C /* boolConfigIsABool2-true.json */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.json; path = "boolConfigIsABool2-true.json"; sourceTree = "<group>"; }; |
|
501 | 504 | 83258A3C1F323049008C2133 /* LDClientManager+EventSource.m */, |
502 | 505 | 83258A3E1F3244D0008C2133 /* LDUserBuilder+Testable.h */, |
503 | 506 | 83258A3F1F3244D0008C2133 /* LDUserBuilder+Testable.m */, |
| 507 | + 8358F2581F4202A300ECE1AF /* LDConfig+Testable.h */, |
| 508 | + 8358F2591F4202A300ECE1AF /* LDConfig+Testable.m */, |
504 | 509 | ); |
505 | 510 | path = Categories; |
506 | 511 | sourceTree = "<group>"; |
|
1082 | 1087 | 690347331E689B9F00E45133 /* NSArray+UnitTests.m in Sources */, |
1083 | 1088 | 6903472C1E689B9F00E45133 /* LDClientTest.m in Sources */, |
1084 | 1089 | 832C78901F2A8DF600E334A2 /* LDUserModel+JsonDecodeable.m in Sources */, |
| 1090 | + 8358F25A1F4202A300ECE1AF /* LDConfig+Testable.m in Sources */, |
1085 | 1091 | ); |
1086 | 1092 | runOnlyForDeploymentPostprocessing = 0; |
1087 | 1093 | }; |
|
0 commit comments