|
7 | 7 | objects = {
|
8 | 8 |
|
9 | 9 | /* Begin PBXBuildFile section */
|
10 |
| - 1CB614211F893A3800A14493 /* Convex_HullTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = 1CB614201F893A3800A14493 /* Convex_HullTests.swift */; }; |
11 |
| - 1CB614281F893ACA00A14493 /* View.swift in Sources */ = {isa = PBXBuildFile; fileRef = 8E6D68CB1E599CF100161780 /* View.swift */; }; |
| 10 | + 1CB614301F89456C00A14493 /* Tests.swift in Sources */ = {isa = PBXBuildFile; fileRef = 1CB6142F1F89456C00A14493 /* Tests.swift */; }; |
| 11 | + 1CB614371F8945B300A14493 /* View.swift in Sources */ = {isa = PBXBuildFile; fileRef = 8E6D68CB1E599CF100161780 /* View.swift */; }; |
12 | 12 | 8E6D68BA1E59989400161780 /* AppDelegate.swift in Sources */ = {isa = PBXBuildFile; fileRef = 8E6D68B91E59989400161780 /* AppDelegate.swift */; };
|
13 | 13 | 8E6D68C11E59989400161780 /* Assets.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = 8E6D68C01E59989400161780 /* Assets.xcassets */; };
|
14 | 14 | 8E6D68C41E59989400161780 /* LaunchScreen.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = 8E6D68C21E59989400161780 /* LaunchScreen.storyboard */; };
|
15 | 15 | 8E6D68CC1E599CF100161780 /* View.swift in Sources */ = {isa = PBXBuildFile; fileRef = 8E6D68CB1E599CF100161780 /* View.swift */; };
|
16 | 16 | /* End PBXBuildFile section */
|
17 | 17 |
|
18 | 18 | /* Begin PBXContainerItemProxy section */
|
19 |
| - 1CB614231F893A3800A14493 /* PBXContainerItemProxy */ = { |
| 19 | + 1CB614321F89456C00A14493 /* PBXContainerItemProxy */ = { |
20 | 20 | isa = PBXContainerItemProxy;
|
21 | 21 | containerPortal = 8E6D68AE1E59989400161780 /* Project object */;
|
22 | 22 | proxyType = 1;
|
|
26 | 26 | /* End PBXContainerItemProxy section */
|
27 | 27 |
|
28 | 28 | /* Begin PBXFileReference section */
|
29 |
| - 1CB6141E1F893A3800A14493 /* Convex HullTests.xctest */ = {isa = PBXFileReference; explicitFileType = wrapper.cfbundle; includeInIndex = 0; path = "Convex HullTests.xctest"; sourceTree = BUILT_PRODUCTS_DIR; }; |
30 |
| - 1CB614201F893A3800A14493 /* Convex_HullTests.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = Convex_HullTests.swift; sourceTree = "<group>"; }; |
31 |
| - 1CB614221F893A3800A14493 /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; }; |
| 29 | + 1CB6142D1F89456C00A14493 /* Tests.xctest */ = {isa = PBXFileReference; explicitFileType = wrapper.cfbundle; includeInIndex = 0; path = Tests.xctest; sourceTree = BUILT_PRODUCTS_DIR; }; |
| 30 | + 1CB6142F1F89456C00A14493 /* Tests.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = Tests.swift; sourceTree = "<group>"; }; |
| 31 | + 1CB614311F89456C00A14493 /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; }; |
32 | 32 | 8E6D68B61E59989400161780 /* Convex Hull.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = "Convex Hull.app"; sourceTree = BUILT_PRODUCTS_DIR; };
|
33 | 33 | 8E6D68B91E59989400161780 /* AppDelegate.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = AppDelegate.swift; sourceTree = "<group>"; };
|
34 | 34 | 8E6D68C01E59989400161780 /* Assets.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; path = Assets.xcassets; sourceTree = "<group>"; };
|
|
38 | 38 | /* End PBXFileReference section */
|
39 | 39 |
|
40 | 40 | /* Begin PBXFrameworksBuildPhase section */
|
41 |
| - 1CB6141B1F893A3800A14493 /* Frameworks */ = { |
| 41 | + 1CB6142A1F89456C00A14493 /* Frameworks */ = { |
42 | 42 | isa = PBXFrameworksBuildPhase;
|
43 | 43 | buildActionMask = 2147483647;
|
44 | 44 | files = (
|
|
55 | 55 | /* End PBXFrameworksBuildPhase section */
|
56 | 56 |
|
57 | 57 | /* Begin PBXGroup section */
|
58 |
| - 1CB6141F1F893A3800A14493 /* Convex HullTests */ = { |
| 58 | + 1CB6142E1F89456C00A14493 /* Tests */ = { |
59 | 59 | isa = PBXGroup;
|
60 | 60 | children = (
|
61 |
| - 1CB614201F893A3800A14493 /* Convex_HullTests.swift */, |
62 |
| - 1CB614221F893A3800A14493 /* Info.plist */, |
| 61 | + 1CB6142F1F89456C00A14493 /* Tests.swift */, |
| 62 | + 1CB614311F89456C00A14493 /* Info.plist */, |
63 | 63 | );
|
64 |
| - path = "Convex HullTests"; |
| 64 | + path = Tests; |
65 | 65 | sourceTree = "<group>";
|
66 | 66 | };
|
67 | 67 | 8E6D68AD1E59989400161780 = {
|
68 | 68 | isa = PBXGroup;
|
69 | 69 | children = (
|
70 | 70 | 8E6D68B81E59989400161780 /* Convex Hull */,
|
71 |
| - 1CB6141F1F893A3800A14493 /* Convex HullTests */, |
| 71 | + 1CB6142E1F89456C00A14493 /* Tests */, |
72 | 72 | 8E6D68B71E59989400161780 /* Products */,
|
73 | 73 | );
|
74 | 74 | sourceTree = "<group>";
|
|
77 | 77 | isa = PBXGroup;
|
78 | 78 | children = (
|
79 | 79 | 8E6D68B61E59989400161780 /* Convex Hull.app */,
|
80 |
| - 1CB6141E1F893A3800A14493 /* Convex HullTests.xctest */, |
| 80 | + 1CB6142D1F89456C00A14493 /* Tests.xctest */, |
81 | 81 | );
|
82 | 82 | name = Products;
|
83 | 83 | sourceTree = "<group>";
|
|
97 | 97 | /* End PBXGroup section */
|
98 | 98 |
|
99 | 99 | /* Begin PBXNativeTarget section */
|
100 |
| - 1CB6141D1F893A3800A14493 /* Convex HullTests */ = { |
| 100 | + 1CB6142C1F89456C00A14493 /* Tests */ = { |
101 | 101 | isa = PBXNativeTarget;
|
102 |
| - buildConfigurationList = 1CB614271F893A3800A14493 /* Build configuration list for PBXNativeTarget "Convex HullTests" */; |
| 102 | + buildConfigurationList = 1CB614341F89456C00A14493 /* Build configuration list for PBXNativeTarget "Tests" */; |
103 | 103 | buildPhases = (
|
104 |
| - 1CB6141A1F893A3800A14493 /* Sources */, |
105 |
| - 1CB6141B1F893A3800A14493 /* Frameworks */, |
106 |
| - 1CB6141C1F893A3800A14493 /* Resources */, |
| 104 | + 1CB614291F89456C00A14493 /* Sources */, |
| 105 | + 1CB6142A1F89456C00A14493 /* Frameworks */, |
| 106 | + 1CB6142B1F89456C00A14493 /* Resources */, |
107 | 107 | );
|
108 | 108 | buildRules = (
|
109 | 109 | );
|
110 | 110 | dependencies = (
|
111 |
| - 1CB614241F893A3800A14493 /* PBXTargetDependency */, |
| 111 | + 1CB614331F89456C00A14493 /* PBXTargetDependency */, |
112 | 112 | );
|
113 |
| - name = "Convex HullTests"; |
114 |
| - productName = "Convex HullTests"; |
115 |
| - productReference = 1CB6141E1F893A3800A14493 /* Convex HullTests.xctest */; |
| 113 | + name = Tests; |
| 114 | + productName = Tests; |
| 115 | + productReference = 1CB6142D1F89456C00A14493 /* Tests.xctest */; |
116 | 116 | productType = "com.apple.product-type.bundle.unit-test";
|
117 | 117 | };
|
118 | 118 | 8E6D68B51E59989400161780 /* Convex Hull */ = {
|
|
142 | 142 | LastUpgradeCheck = 0820;
|
143 | 143 | ORGANIZATIONNAME = Workmoose;
|
144 | 144 | TargetAttributes = {
|
145 |
| - 1CB6141D1F893A3800A14493 = { |
| 145 | + 1CB6142C1F89456C00A14493 = { |
146 | 146 | CreatedOnToolsVersion = 9.0;
|
147 | 147 | ProvisioningStyle = Automatic;
|
148 | 148 | TestTargetID = 8E6D68B51E59989400161780;
|
|
168 | 168 | projectRoot = "";
|
169 | 169 | targets = (
|
170 | 170 | 8E6D68B51E59989400161780 /* Convex Hull */,
|
171 |
| - 1CB6141D1F893A3800A14493 /* Convex HullTests */, |
| 171 | + 1CB6142C1F89456C00A14493 /* Tests */, |
172 | 172 | );
|
173 | 173 | };
|
174 | 174 | /* End PBXProject section */
|
175 | 175 |
|
176 | 176 | /* Begin PBXResourcesBuildPhase section */
|
177 |
| - 1CB6141C1F893A3800A14493 /* Resources */ = { |
| 177 | + 1CB6142B1F89456C00A14493 /* Resources */ = { |
178 | 178 | isa = PBXResourcesBuildPhase;
|
179 | 179 | buildActionMask = 2147483647;
|
180 | 180 | files = (
|
|
193 | 193 | /* End PBXResourcesBuildPhase section */
|
194 | 194 |
|
195 | 195 | /* Begin PBXSourcesBuildPhase section */
|
196 |
| - 1CB6141A1F893A3800A14493 /* Sources */ = { |
| 196 | + 1CB614291F89456C00A14493 /* Sources */ = { |
197 | 197 | isa = PBXSourcesBuildPhase;
|
198 | 198 | buildActionMask = 2147483647;
|
199 | 199 | files = (
|
200 |
| - 1CB614281F893ACA00A14493 /* View.swift in Sources */, |
201 |
| - 1CB614211F893A3800A14493 /* Convex_HullTests.swift in Sources */, |
| 200 | + 1CB614371F8945B300A14493 /* View.swift in Sources */, |
| 201 | + 1CB614301F89456C00A14493 /* Tests.swift in Sources */, |
202 | 202 | );
|
203 | 203 | runOnlyForDeploymentPostprocessing = 0;
|
204 | 204 | };
|
|
214 | 214 | /* End PBXSourcesBuildPhase section */
|
215 | 215 |
|
216 | 216 | /* Begin PBXTargetDependency section */
|
217 |
| - 1CB614241F893A3800A14493 /* PBXTargetDependency */ = { |
| 217 | + 1CB614331F89456C00A14493 /* PBXTargetDependency */ = { |
218 | 218 | isa = PBXTargetDependency;
|
219 | 219 | target = 8E6D68B51E59989400161780 /* Convex Hull */;
|
220 |
| - targetProxy = 1CB614231F893A3800A14493 /* PBXContainerItemProxy */; |
| 220 | + targetProxy = 1CB614321F89456C00A14493 /* PBXContainerItemProxy */; |
221 | 221 | };
|
222 | 222 | /* End PBXTargetDependency section */
|
223 | 223 |
|
|
233 | 233 | /* End PBXVariantGroup section */
|
234 | 234 |
|
235 | 235 | /* Begin XCBuildConfiguration section */
|
236 |
| - 1CB614251F893A3800A14493 /* Debug */ = { |
| 236 | + 1CB614351F89456C00A14493 /* Debug */ = { |
237 | 237 | isa = XCBuildConfiguration;
|
238 | 238 | buildSettings = {
|
239 | 239 | BUNDLE_LOADER = "$(TEST_HOST)";
|
|
249 | 249 | CODE_SIGN_IDENTITY = "iPhone Developer";
|
250 | 250 | CODE_SIGN_STYLE = Automatic;
|
251 | 251 | GCC_C_LANGUAGE_STANDARD = gnu11;
|
252 |
| - INFOPLIST_FILE = "Convex HullTests/Info.plist"; |
| 252 | + INFOPLIST_FILE = Tests/Info.plist; |
253 | 253 | IPHONEOS_DEPLOYMENT_TARGET = 11.0;
|
254 | 254 | LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks";
|
255 |
| - PRODUCT_BUNDLE_IDENTIFIER = "com.mnespor.Convex-HullTests"; |
| 255 | + PRODUCT_BUNDLE_IDENTIFIER = com.mnespor.Tests; |
256 | 256 | PRODUCT_NAME = "$(TARGET_NAME)";
|
257 | 257 | SWIFT_VERSION = 4.0;
|
258 | 258 | TARGETED_DEVICE_FAMILY = "1,2";
|
259 | 259 | TEST_HOST = "$(BUILT_PRODUCTS_DIR)/Convex Hull.app/Convex Hull";
|
260 | 260 | };
|
261 | 261 | name = Debug;
|
262 | 262 | };
|
263 |
| - 1CB614261F893A3800A14493 /* Release */ = { |
| 263 | + 1CB614361F89456C00A14493 /* Release */ = { |
264 | 264 | isa = XCBuildConfiguration;
|
265 | 265 | buildSettings = {
|
266 | 266 | BUNDLE_LOADER = "$(TEST_HOST)";
|
|
276 | 276 | CODE_SIGN_IDENTITY = "iPhone Developer";
|
277 | 277 | CODE_SIGN_STYLE = Automatic;
|
278 | 278 | GCC_C_LANGUAGE_STANDARD = gnu11;
|
279 |
| - INFOPLIST_FILE = "Convex HullTests/Info.plist"; |
| 279 | + INFOPLIST_FILE = Tests/Info.plist; |
280 | 280 | IPHONEOS_DEPLOYMENT_TARGET = 11.0;
|
281 | 281 | LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks";
|
282 |
| - PRODUCT_BUNDLE_IDENTIFIER = "com.mnespor.Convex-HullTests"; |
| 282 | + PRODUCT_BUNDLE_IDENTIFIER = com.mnespor.Tests; |
283 | 283 | PRODUCT_NAME = "$(TARGET_NAME)";
|
284 | 284 | SWIFT_VERSION = 4.0;
|
285 | 285 | TARGETED_DEVICE_FAMILY = "1,2";
|
|
409 | 409 | /* End XCBuildConfiguration section */
|
410 | 410 |
|
411 | 411 | /* Begin XCConfigurationList section */
|
412 |
| - 1CB614271F893A3800A14493 /* Build configuration list for PBXNativeTarget "Convex HullTests" */ = { |
| 412 | + 1CB614341F89456C00A14493 /* Build configuration list for PBXNativeTarget "Tests" */ = { |
413 | 413 | isa = XCConfigurationList;
|
414 | 414 | buildConfigurations = (
|
415 |
| - 1CB614251F893A3800A14493 /* Debug */, |
416 |
| - 1CB614261F893A3800A14493 /* Release */, |
| 415 | + 1CB614351F89456C00A14493 /* Debug */, |
| 416 | + 1CB614361F89456C00A14493 /* Release */, |
417 | 417 | );
|
418 | 418 | defaultConfigurationIsVisible = 0;
|
419 | 419 | defaultConfigurationName = Release;
|
|
0 commit comments