|
11 | 11 | 78C39D8F2483164500B46395 /* InterposeKit.h in Headers */ = {isa = PBXBuildFile; fileRef = 78C39D8E2483164500B46395 /* InterposeKit.h */; settings = {ATTRIBUTES = (Public, ); }; }; |
12 | 12 | 78C39D912483165600B46395 /* InterposeKit.swift in Sources */ = {isa = PBXBuildFile; fileRef = 78C39D902483165600B46395 /* InterposeKit.swift */; }; |
13 | 13 | 78C39D932483169300B46395 /* InterposeKitTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = 78C39D922483169300B46395 /* InterposeKitTests.swift */; }; |
| 14 | + 78EDB8D5248B9BB500D2F6C1 /* TestClass.swift in Sources */ = {isa = PBXBuildFile; fileRef = 78EDB8D4248B9BB500D2F6C1 /* TestClass.swift */; }; |
14 | 15 | /* End PBXBuildFile section */ |
15 | 16 |
|
16 | 17 | /* Begin PBXContainerItemProxy section */ |
|
35 | 36 | 78C39DBF248317B400B46395 /* Defaults-Testing.xcconfig */ = {isa = PBXFileReference; lastKnownFileType = text.xcconfig; path = "Defaults-Testing.xcconfig"; sourceTree = "<group>"; }; |
36 | 37 | 78C39DC0248317B400B46395 /* Defaults.xcconfig */ = {isa = PBXFileReference; lastKnownFileType = text.xcconfig; path = Defaults.xcconfig; sourceTree = "<group>"; }; |
37 | 38 | 78C39DC1248317B400B46395 /* Defaults-Debug.xcconfig */ = {isa = PBXFileReference; lastKnownFileType = text.xcconfig; path = "Defaults-Debug.xcconfig"; sourceTree = "<group>"; }; |
| 39 | + 78EDB8D4248B9BB500D2F6C1 /* TestClass.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; name = TestClass.swift; path = Tests/InterposeKitTests/TestClass.swift; sourceTree = SOURCE_ROOT; }; |
38 | 40 | /* End PBXFileReference section */ |
39 | 41 |
|
40 | 42 | /* Begin PBXFrameworksBuildPhase section */ |
|
89 | 91 | isa = PBXGroup; |
90 | 92 | children = ( |
91 | 93 | 78C39D922483169300B46395 /* InterposeKitTests.swift */, |
| 94 | + 78EDB8D4248B9BB500D2F6C1 /* TestClass.swift */, |
92 | 95 | 78C39D7B2482CC7D00B46395 /* Info-Tests.plist */, |
93 | 96 | ); |
94 | 97 | path = InterposeTests; |
|
216 | 219 | isa = PBXSourcesBuildPhase; |
217 | 220 | buildActionMask = 2147483647; |
218 | 221 | files = ( |
| 222 | + 78EDB8D5248B9BB500D2F6C1 /* TestClass.swift in Sources */, |
219 | 223 | 78C39D912483165600B46395 /* InterposeKit.swift in Sources */, |
220 | 224 | ); |
221 | 225 | runOnlyForDeploymentPostprocessing = 0; |
|
0 commit comments