|
7 | 7 | objects = {
|
8 | 8 |
|
9 | 9 | /* Begin PBXBuildFile section */
|
| 10 | + 1CB614301F89456C00A14493 /* Tests.swift in Sources */ = {isa = PBXBuildFile; fileRef = 1CB6142F1F89456C00A14493 /* Tests.swift */; }; |
| 11 | + 1CB614371F8945B300A14493 /* View.swift in Sources */ = {isa = PBXBuildFile; fileRef = 8E6D68CB1E599CF100161780 /* View.swift */; }; |
10 | 12 | 8E6D68BA1E59989400161780 /* AppDelegate.swift in Sources */ = {isa = PBXBuildFile; fileRef = 8E6D68B91E59989400161780 /* AppDelegate.swift */; };
|
11 | 13 | 8E6D68C11E59989400161780 /* Assets.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = 8E6D68C01E59989400161780 /* Assets.xcassets */; };
|
12 | 14 | 8E6D68C41E59989400161780 /* LaunchScreen.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = 8E6D68C21E59989400161780 /* LaunchScreen.storyboard */; };
|
13 | 15 | 8E6D68CC1E599CF100161780 /* View.swift in Sources */ = {isa = PBXBuildFile; fileRef = 8E6D68CB1E599CF100161780 /* View.swift */; };
|
14 | 16 | /* End PBXBuildFile section */
|
15 | 17 |
|
| 18 | +/* Begin PBXContainerItemProxy section */ |
| 19 | + 1CB614321F89456C00A14493 /* PBXContainerItemProxy */ = { |
| 20 | + isa = PBXContainerItemProxy; |
| 21 | + containerPortal = 8E6D68AE1E59989400161780 /* Project object */; |
| 22 | + proxyType = 1; |
| 23 | + remoteGlobalIDString = 8E6D68B51E59989400161780; |
| 24 | + remoteInfo = "Convex Hull"; |
| 25 | + }; |
| 26 | +/* End PBXContainerItemProxy section */ |
| 27 | + |
16 | 28 | /* Begin PBXFileReference section */
|
| 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>"; }; |
17 | 32 | 8E6D68B61E59989400161780 /* Convex Hull.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = "Convex Hull.app"; sourceTree = BUILT_PRODUCTS_DIR; };
|
18 | 33 | 8E6D68B91E59989400161780 /* AppDelegate.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = AppDelegate.swift; sourceTree = "<group>"; };
|
19 | 34 | 8E6D68C01E59989400161780 /* Assets.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; path = Assets.xcassets; sourceTree = "<group>"; };
|
|
23 | 38 | /* End PBXFileReference section */
|
24 | 39 |
|
25 | 40 | /* Begin PBXFrameworksBuildPhase section */
|
| 41 | + 1CB6142A1F89456C00A14493 /* Frameworks */ = { |
| 42 | + isa = PBXFrameworksBuildPhase; |
| 43 | + buildActionMask = 2147483647; |
| 44 | + files = ( |
| 45 | + ); |
| 46 | + runOnlyForDeploymentPostprocessing = 0; |
| 47 | + }; |
26 | 48 | 8E6D68B31E59989400161780 /* Frameworks */ = {
|
27 | 49 | isa = PBXFrameworksBuildPhase;
|
28 | 50 | buildActionMask = 2147483647;
|
|
33 | 55 | /* End PBXFrameworksBuildPhase section */
|
34 | 56 |
|
35 | 57 | /* Begin PBXGroup section */
|
| 58 | + 1CB6142E1F89456C00A14493 /* Tests */ = { |
| 59 | + isa = PBXGroup; |
| 60 | + children = ( |
| 61 | + 1CB6142F1F89456C00A14493 /* Tests.swift */, |
| 62 | + 1CB614311F89456C00A14493 /* Info.plist */, |
| 63 | + ); |
| 64 | + path = Tests; |
| 65 | + sourceTree = "<group>"; |
| 66 | + }; |
36 | 67 | 8E6D68AD1E59989400161780 = {
|
37 | 68 | isa = PBXGroup;
|
38 | 69 | children = (
|
39 | 70 | 8E6D68B81E59989400161780 /* Convex Hull */,
|
| 71 | + 1CB6142E1F89456C00A14493 /* Tests */, |
40 | 72 | 8E6D68B71E59989400161780 /* Products */,
|
41 | 73 | );
|
42 | 74 | sourceTree = "<group>";
|
|
45 | 77 | isa = PBXGroup;
|
46 | 78 | children = (
|
47 | 79 | 8E6D68B61E59989400161780 /* Convex Hull.app */,
|
| 80 | + 1CB6142D1F89456C00A14493 /* Tests.xctest */, |
48 | 81 | );
|
49 | 82 | name = Products;
|
50 | 83 | sourceTree = "<group>";
|
|
64 | 97 | /* End PBXGroup section */
|
65 | 98 |
|
66 | 99 | /* Begin PBXNativeTarget section */
|
| 100 | + 1CB6142C1F89456C00A14493 /* Tests */ = { |
| 101 | + isa = PBXNativeTarget; |
| 102 | + buildConfigurationList = 1CB614341F89456C00A14493 /* Build configuration list for PBXNativeTarget "Tests" */; |
| 103 | + buildPhases = ( |
| 104 | + 1CB614291F89456C00A14493 /* Sources */, |
| 105 | + 1CB6142A1F89456C00A14493 /* Frameworks */, |
| 106 | + 1CB6142B1F89456C00A14493 /* Resources */, |
| 107 | + ); |
| 108 | + buildRules = ( |
| 109 | + ); |
| 110 | + dependencies = ( |
| 111 | + 1CB614331F89456C00A14493 /* PBXTargetDependency */, |
| 112 | + ); |
| 113 | + name = Tests; |
| 114 | + productName = Tests; |
| 115 | + productReference = 1CB6142D1F89456C00A14493 /* Tests.xctest */; |
| 116 | + productType = "com.apple.product-type.bundle.unit-test"; |
| 117 | + }; |
67 | 118 | 8E6D68B51E59989400161780 /* Convex Hull */ = {
|
68 | 119 | isa = PBXNativeTarget;
|
69 | 120 | buildConfigurationList = 8E6D68C81E59989400161780 /* Build configuration list for PBXNativeTarget "Convex Hull" */;
|
|
87 | 138 | 8E6D68AE1E59989400161780 /* Project object */ = {
|
88 | 139 | isa = PBXProject;
|
89 | 140 | attributes = {
|
90 |
| - LastSwiftUpdateCheck = 0820; |
| 141 | + LastSwiftUpdateCheck = 0900; |
91 | 142 | LastUpgradeCheck = 0820;
|
92 | 143 | ORGANIZATIONNAME = Workmoose;
|
93 | 144 | TargetAttributes = {
|
| 145 | + 1CB6142C1F89456C00A14493 = { |
| 146 | + CreatedOnToolsVersion = 9.0; |
| 147 | + ProvisioningStyle = Automatic; |
| 148 | + TestTargetID = 8E6D68B51E59989400161780; |
| 149 | + }; |
94 | 150 | 8E6D68B51E59989400161780 = {
|
95 | 151 | CreatedOnToolsVersion = 8.2.1;
|
96 | 152 | DevelopmentTeam = 7C4LVS3ZVC;
|
|
112 | 168 | projectRoot = "";
|
113 | 169 | targets = (
|
114 | 170 | 8E6D68B51E59989400161780 /* Convex Hull */,
|
| 171 | + 1CB6142C1F89456C00A14493 /* Tests */, |
115 | 172 | );
|
116 | 173 | };
|
117 | 174 | /* End PBXProject section */
|
118 | 175 |
|
119 | 176 | /* Begin PBXResourcesBuildPhase section */
|
| 177 | + 1CB6142B1F89456C00A14493 /* Resources */ = { |
| 178 | + isa = PBXResourcesBuildPhase; |
| 179 | + buildActionMask = 2147483647; |
| 180 | + files = ( |
| 181 | + ); |
| 182 | + runOnlyForDeploymentPostprocessing = 0; |
| 183 | + }; |
120 | 184 | 8E6D68B41E59989400161780 /* Resources */ = {
|
121 | 185 | isa = PBXResourcesBuildPhase;
|
122 | 186 | buildActionMask = 2147483647;
|
|
129 | 193 | /* End PBXResourcesBuildPhase section */
|
130 | 194 |
|
131 | 195 | /* Begin PBXSourcesBuildPhase section */
|
| 196 | + 1CB614291F89456C00A14493 /* Sources */ = { |
| 197 | + isa = PBXSourcesBuildPhase; |
| 198 | + buildActionMask = 2147483647; |
| 199 | + files = ( |
| 200 | + 1CB614371F8945B300A14493 /* View.swift in Sources */, |
| 201 | + 1CB614301F89456C00A14493 /* Tests.swift in Sources */, |
| 202 | + ); |
| 203 | + runOnlyForDeploymentPostprocessing = 0; |
| 204 | + }; |
132 | 205 | 8E6D68B21E59989400161780 /* Sources */ = {
|
133 | 206 | isa = PBXSourcesBuildPhase;
|
134 | 207 | buildActionMask = 2147483647;
|
|
140 | 213 | };
|
141 | 214 | /* End PBXSourcesBuildPhase section */
|
142 | 215 |
|
| 216 | +/* Begin PBXTargetDependency section */ |
| 217 | + 1CB614331F89456C00A14493 /* PBXTargetDependency */ = { |
| 218 | + isa = PBXTargetDependency; |
| 219 | + target = 8E6D68B51E59989400161780 /* Convex Hull */; |
| 220 | + targetProxy = 1CB614321F89456C00A14493 /* PBXContainerItemProxy */; |
| 221 | + }; |
| 222 | +/* End PBXTargetDependency section */ |
| 223 | + |
143 | 224 | /* Begin PBXVariantGroup section */
|
144 | 225 | 8E6D68C21E59989400161780 /* LaunchScreen.storyboard */ = {
|
145 | 226 | isa = PBXVariantGroup;
|
|
152 | 233 | /* End PBXVariantGroup section */
|
153 | 234 |
|
154 | 235 | /* Begin XCBuildConfiguration section */
|
| 236 | + 1CB614351F89456C00A14493 /* Debug */ = { |
| 237 | + isa = XCBuildConfiguration; |
| 238 | + buildSettings = { |
| 239 | + BUNDLE_LOADER = "$(TEST_HOST)"; |
| 240 | + CLANG_ANALYZER_NUMBER_OBJECT_CONVERSION = YES_AGGRESSIVE; |
| 241 | + CLANG_CXX_LANGUAGE_STANDARD = "gnu++14"; |
| 242 | + CLANG_WARN_BLOCK_CAPTURE_AUTORELEASING = YES; |
| 243 | + CLANG_WARN_COMMA = YES; |
| 244 | + CLANG_WARN_NON_LITERAL_NULL_CONVERSION = YES; |
| 245 | + CLANG_WARN_OBJC_LITERAL_CONVERSION = YES; |
| 246 | + CLANG_WARN_RANGE_LOOP_ANALYSIS = YES; |
| 247 | + CLANG_WARN_STRICT_PROTOTYPES = YES; |
| 248 | + CLANG_WARN_UNGUARDED_AVAILABILITY = YES_AGGRESSIVE; |
| 249 | + CODE_SIGN_IDENTITY = "iPhone Developer"; |
| 250 | + CODE_SIGN_STYLE = Automatic; |
| 251 | + GCC_C_LANGUAGE_STANDARD = gnu11; |
| 252 | + INFOPLIST_FILE = Tests/Info.plist; |
| 253 | + IPHONEOS_DEPLOYMENT_TARGET = 11.0; |
| 254 | + LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks"; |
| 255 | + PRODUCT_BUNDLE_IDENTIFIER = com.mnespor.Tests; |
| 256 | + PRODUCT_NAME = "$(TARGET_NAME)"; |
| 257 | + SWIFT_VERSION = 4.0; |
| 258 | + TARGETED_DEVICE_FAMILY = "1,2"; |
| 259 | + TEST_HOST = "$(BUILT_PRODUCTS_DIR)/Convex Hull.app/Convex Hull"; |
| 260 | + }; |
| 261 | + name = Debug; |
| 262 | + }; |
| 263 | + 1CB614361F89456C00A14493 /* Release */ = { |
| 264 | + isa = XCBuildConfiguration; |
| 265 | + buildSettings = { |
| 266 | + BUNDLE_LOADER = "$(TEST_HOST)"; |
| 267 | + CLANG_ANALYZER_NUMBER_OBJECT_CONVERSION = YES_AGGRESSIVE; |
| 268 | + CLANG_CXX_LANGUAGE_STANDARD = "gnu++14"; |
| 269 | + CLANG_WARN_BLOCK_CAPTURE_AUTORELEASING = YES; |
| 270 | + CLANG_WARN_COMMA = YES; |
| 271 | + CLANG_WARN_NON_LITERAL_NULL_CONVERSION = YES; |
| 272 | + CLANG_WARN_OBJC_LITERAL_CONVERSION = YES; |
| 273 | + CLANG_WARN_RANGE_LOOP_ANALYSIS = YES; |
| 274 | + CLANG_WARN_STRICT_PROTOTYPES = YES; |
| 275 | + CLANG_WARN_UNGUARDED_AVAILABILITY = YES_AGGRESSIVE; |
| 276 | + CODE_SIGN_IDENTITY = "iPhone Developer"; |
| 277 | + CODE_SIGN_STYLE = Automatic; |
| 278 | + GCC_C_LANGUAGE_STANDARD = gnu11; |
| 279 | + INFOPLIST_FILE = Tests/Info.plist; |
| 280 | + IPHONEOS_DEPLOYMENT_TARGET = 11.0; |
| 281 | + LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks"; |
| 282 | + PRODUCT_BUNDLE_IDENTIFIER = com.mnespor.Tests; |
| 283 | + PRODUCT_NAME = "$(TARGET_NAME)"; |
| 284 | + SWIFT_VERSION = 4.0; |
| 285 | + TARGETED_DEVICE_FAMILY = "1,2"; |
| 286 | + TEST_HOST = "$(BUILT_PRODUCTS_DIR)/Convex Hull.app/Convex Hull"; |
| 287 | + }; |
| 288 | + name = Release; |
| 289 | + }; |
155 | 290 | 8E6D68C61E59989400161780 /* Debug */ = {
|
156 | 291 | isa = XCBuildConfiguration;
|
157 | 292 | buildSettings = {
|
|
274 | 409 | /* End XCBuildConfiguration section */
|
275 | 410 |
|
276 | 411 | /* Begin XCConfigurationList section */
|
| 412 | + 1CB614341F89456C00A14493 /* Build configuration list for PBXNativeTarget "Tests" */ = { |
| 413 | + isa = XCConfigurationList; |
| 414 | + buildConfigurations = ( |
| 415 | + 1CB614351F89456C00A14493 /* Debug */, |
| 416 | + 1CB614361F89456C00A14493 /* Release */, |
| 417 | + ); |
| 418 | + defaultConfigurationIsVisible = 0; |
| 419 | + defaultConfigurationName = Release; |
| 420 | + }; |
277 | 421 | 8E6D68B11E59989400161780 /* Build configuration list for PBXProject "Convex Hull" */ = {
|
278 | 422 | isa = XCConfigurationList;
|
279 | 423 | buildConfigurations = (
|
|
0 commit comments