|
9 | 9 | /* Begin PBXBuildFile section */ |
10 | 10 | 8656BC582483E3C60023549D /* EncodableExtension.swift in Sources */ = {isa = PBXBuildFile; fileRef = 8656BC572483E3C60023549D /* EncodableExtension.swift */; }; |
11 | 11 | 8656BC5B2483E43D0023549D /* EncodableExtensionUnitTest.swift in Sources */ = {isa = PBXBuildFile; fileRef = 8656BC5A2483E43D0023549D /* EncodableExtensionUnitTest.swift */; }; |
| 12 | + 8656BC5E2484313F0023549D /* HttpUtilityIntegrationTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = 8656BC5D2484313F0023549D /* HttpUtilityIntegrationTests.swift */; }; |
| 13 | + 8656BC61248495700023549D /* Response.swift in Sources */ = {isa = PBXBuildFile; fileRef = 8656BC60248495700023549D /* Response.swift */; }; |
12 | 14 | 86719EA024720BD1002A2AB0 /* HttpUtility.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 86719E9624720BD1002A2AB0 /* HttpUtility.framework */; }; |
13 | 15 | 86719EA524720BD1002A2AB0 /* HttpUtilityTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = 86719EA424720BD1002A2AB0 /* HttpUtilityTests.swift */; }; |
14 | 16 | 86719EA724720BD1002A2AB0 /* HttpUtility.h in Headers */ = {isa = PBXBuildFile; fileRef = 86719E9924720BD1002A2AB0 /* HttpUtility.h */; settings = {ATTRIBUTES = (Public, ); }; }; |
|
28 | 30 | /* Begin PBXFileReference section */ |
29 | 31 | 8656BC572483E3C60023549D /* EncodableExtension.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = EncodableExtension.swift; sourceTree = "<group>"; }; |
30 | 32 | 8656BC5A2483E43D0023549D /* EncodableExtensionUnitTest.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = EncodableExtensionUnitTest.swift; sourceTree = "<group>"; }; |
| 33 | + 8656BC5D2484313F0023549D /* HttpUtilityIntegrationTests.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = HttpUtilityIntegrationTests.swift; sourceTree = "<group>"; }; |
| 34 | + 8656BC60248495700023549D /* Response.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = Response.swift; sourceTree = "<group>"; }; |
31 | 35 | 86719E9624720BD1002A2AB0 /* HttpUtility.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = HttpUtility.framework; sourceTree = BUILT_PRODUCTS_DIR; }; |
32 | 36 | 86719E9924720BD1002A2AB0 /* HttpUtility.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = HttpUtility.h; sourceTree = "<group>"; }; |
33 | 37 | 86719E9A24720BD1002A2AB0 /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; }; |
|
72 | 76 | path = ExtensionsTests; |
73 | 77 | sourceTree = "<group>"; |
74 | 78 | }; |
| 79 | + 8656BC5C248431200023549D /* IntegrationTests */ = { |
| 80 | + isa = PBXGroup; |
| 81 | + children = ( |
| 82 | + 8656BC5D2484313F0023549D /* HttpUtilityIntegrationTests.swift */, |
| 83 | + ); |
| 84 | + path = IntegrationTests; |
| 85 | + sourceTree = "<group>"; |
| 86 | + }; |
| 87 | + 8656BC5F248495620023549D /* TestModel */ = { |
| 88 | + isa = PBXGroup; |
| 89 | + children = ( |
| 90 | + 8656BC60248495700023549D /* Response.swift */, |
| 91 | + ); |
| 92 | + path = TestModel; |
| 93 | + sourceTree = "<group>"; |
| 94 | + }; |
75 | 95 | 86719E8C24720BD1002A2AB0 = { |
76 | 96 | isa = PBXGroup; |
77 | 97 | children = ( |
|
104 | 124 | 86719EA324720BD1002A2AB0 /* HttpUtilityTests */ = { |
105 | 125 | isa = PBXGroup; |
106 | 126 | children = ( |
| 127 | + 8656BC5F248495620023549D /* TestModel */, |
| 128 | + 8656BC5C248431200023549D /* IntegrationTests */, |
107 | 129 | 8656BC592483E4200023549D /* ExtensionsTests */, |
108 | 130 | 86719EA424720BD1002A2AB0 /* HttpUtilityTests.swift */, |
109 | 131 | 86719EA624720BD1002A2AB0 /* Info.plist */, |
|
230 | 252 | isa = PBXSourcesBuildPhase; |
231 | 253 | buildActionMask = 2147483647; |
232 | 254 | files = ( |
| 255 | + 8656BC61248495700023549D /* Response.swift in Sources */, |
233 | 256 | 8656BC5B2483E43D0023549D /* EncodableExtensionUnitTest.swift in Sources */, |
234 | 257 | 86719EA524720BD1002A2AB0 /* HttpUtilityTests.swift in Sources */, |
| 258 | + 8656BC5E2484313F0023549D /* HttpUtilityIntegrationTests.swift in Sources */, |
235 | 259 | ); |
236 | 260 | runOnlyForDeploymentPostprocessing = 0; |
237 | 261 | }; |
|
0 commit comments