|
7 | 7 | objects = {
|
8 | 8 |
|
9 | 9 | /* Begin PBXBuildFile section */
|
| 10 | + 978B1D6429515FFB0079E55A /* AsyncTesting.swift in Sources */ = {isa = PBXBuildFile; fileRef = 978B1D5E29515DEF0079E55A /* AsyncTesting.swift */; }; |
| 11 | + 978B1D6529515FFB0079E55A /* AsyncExpectation.swift in Sources */ = {isa = PBXBuildFile; fileRef = 978B1D5F29515DEF0079E55A /* AsyncExpectation.swift */; }; |
| 12 | + 978B1D6629515FFB0079E55A /* XCTestCase+AsyncTesting.swift in Sources */ = {isa = PBXBuildFile; fileRef = 978B1D6029515DEF0079E55A /* XCTestCase+AsyncTesting.swift */; }; |
| 13 | + 97914B82295570E1002000EA /* AsyncTesting.swift in Sources */ = {isa = PBXBuildFile; fileRef = 978B1D5E29515DEF0079E55A /* AsyncTesting.swift */; }; |
| 14 | + 97914B83295570E1002000EA /* AsyncExpectation.swift in Sources */ = {isa = PBXBuildFile; fileRef = 978B1D5F29515DEF0079E55A /* AsyncExpectation.swift */; }; |
| 15 | + 97914B84295570E1002000EA /* XCTestCase+AsyncTesting.swift in Sources */ = {isa = PBXBuildFile; fileRef = 978B1D6029515DEF0079E55A /* XCTestCase+AsyncTesting.swift */; }; |
| 16 | + 97914B86295570E1002000EA /* TestConfigHelper.swift in Sources */ = {isa = PBXBuildFile; fileRef = 97DB82542823466800FC2228 /* TestConfigHelper.swift */; }; |
| 17 | + 97914B8F2955711A002000EA /* README.md in Resources */ = {isa = PBXBuildFile; fileRef = 97914B7829556F88002000EA /* README.md */; }; |
| 18 | + 97914B9029557126002000EA /* GeoStressTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = 97914B7029556F38002000EA /* GeoStressTests.swift */; }; |
10 | 19 | 97AD223228230B98001AFCC1 /* GeoHostAppApp.swift in Sources */ = {isa = PBXBuildFile; fileRef = 97AD223128230B98001AFCC1 /* GeoHostAppApp.swift */; };
|
11 | 20 | 97AD223428230B98001AFCC1 /* ContentView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 97AD223328230B98001AFCC1 /* ContentView.swift */; };
|
12 | 21 | 97AD223628230B9A001AFCC1 /* Assets.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = 97AD223528230B9A001AFCC1 /* Assets.xcassets */; };
|
|
20 | 29 | /* End PBXBuildFile section */
|
21 | 30 |
|
22 | 31 | /* Begin PBXContainerItemProxy section */
|
| 32 | + 97914B80295570E1002000EA /* PBXContainerItemProxy */ = { |
| 33 | + isa = PBXContainerItemProxy; |
| 34 | + containerPortal = 97AD222628230B98001AFCC1 /* Project object */; |
| 35 | + proxyType = 1; |
| 36 | + remoteGlobalIDString = 97AD222D28230B98001AFCC1; |
| 37 | + remoteInfo = GeoHostApp; |
| 38 | + }; |
23 | 39 | 97DB823F282339B700FC2228 /* PBXContainerItemProxy */ = {
|
24 | 40 | isa = PBXContainerItemProxy;
|
25 | 41 | containerPortal = 97AD222628230B98001AFCC1 /* Project object */;
|
|
30 | 46 | /* End PBXContainerItemProxy section */
|
31 | 47 |
|
32 | 48 | /* Begin PBXFileReference section */
|
| 49 | + 978B1D5E29515DEF0079E55A /* AsyncTesting.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = AsyncTesting.swift; sourceTree = "<group>"; }; |
| 50 | + 978B1D5F29515DEF0079E55A /* AsyncExpectation.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = AsyncExpectation.swift; sourceTree = "<group>"; }; |
| 51 | + 978B1D6029515DEF0079E55A /* XCTestCase+AsyncTesting.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = "XCTestCase+AsyncTesting.swift"; sourceTree = "<group>"; }; |
| 52 | + 97914B7029556F38002000EA /* GeoStressTests.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = GeoStressTests.swift; sourceTree = "<group>"; }; |
| 53 | + 97914B7829556F88002000EA /* README.md */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = net.daringfireball.markdown; path = README.md; sourceTree = "<group>"; }; |
| 54 | + 97914B8E295570E1002000EA /* GeoStressTests.xctest */ = {isa = PBXFileReference; explicitFileType = wrapper.cfbundle; includeInIndex = 0; path = GeoStressTests.xctest; sourceTree = BUILT_PRODUCTS_DIR; }; |
33 | 55 | 97AD222E28230B98001AFCC1 /* GeoHostApp.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = GeoHostApp.app; sourceTree = BUILT_PRODUCTS_DIR; };
|
34 | 56 | 97AD223128230B98001AFCC1 /* GeoHostAppApp.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = GeoHostAppApp.swift; sourceTree = "<group>"; };
|
35 | 57 | 97AD223328230B98001AFCC1 /* ContentView.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ContentView.swift; sourceTree = "<group>"; };
|
|
43 | 65 | /* End PBXFileReference section */
|
44 | 66 |
|
45 | 67 | /* Begin PBXFrameworksBuildPhase section */
|
| 68 | + 97914B87295570E1002000EA /* Frameworks */ = { |
| 69 | + isa = PBXFrameworksBuildPhase; |
| 70 | + buildActionMask = 2147483647; |
| 71 | + files = ( |
| 72 | + ); |
| 73 | + runOnlyForDeploymentPostprocessing = 0; |
| 74 | + }; |
46 | 75 | 97AD222B28230B98001AFCC1 /* Frameworks */ = {
|
47 | 76 | isa = PBXFrameworksBuildPhase;
|
48 | 77 | buildActionMask = 2147483647;
|
|
63 | 92 | /* End PBXFrameworksBuildPhase section */
|
64 | 93 |
|
65 | 94 | /* Begin PBXGroup section */
|
| 95 | + 978B1D5D29515DEF0079E55A /* AsyncTesting */ = { |
| 96 | + isa = PBXGroup; |
| 97 | + children = ( |
| 98 | + 978B1D5E29515DEF0079E55A /* AsyncTesting.swift */, |
| 99 | + 978B1D5F29515DEF0079E55A /* AsyncExpectation.swift */, |
| 100 | + 978B1D6029515DEF0079E55A /* XCTestCase+AsyncTesting.swift */, |
| 101 | + ); |
| 102 | + name = AsyncTesting; |
| 103 | + path = ../../../../../AmplifyAsyncTesting/Sources/AsyncTesting; |
| 104 | + sourceTree = "<group>"; |
| 105 | + }; |
| 106 | + 97914B6F29556F38002000EA /* GeoStressTests */ = { |
| 107 | + isa = PBXGroup; |
| 108 | + children = ( |
| 109 | + 97914B7829556F88002000EA /* README.md */, |
| 110 | + 97914B7029556F38002000EA /* GeoStressTests.swift */, |
| 111 | + ); |
| 112 | + path = GeoStressTests; |
| 113 | + sourceTree = "<group>"; |
| 114 | + }; |
66 | 115 | 97AD222528230B98001AFCC1 = {
|
67 | 116 | isa = PBXGroup;
|
68 | 117 | children = (
|
69 | 118 | 97DB824C28233F2B00FC2228 /* Packages */,
|
70 | 119 | 97AD223028230B98001AFCC1 /* GeoHostApp */,
|
71 | 120 | 97DB823C282339B700FC2228 /* AWSLocationGeoPluginIntegrationTests */,
|
| 121 | + 97914B6F29556F38002000EA /* GeoStressTests */, |
72 | 122 | 97AD222F28230B98001AFCC1 /* Products */,
|
73 | 123 | 97DB824E2823417000FC2228 /* Frameworks */,
|
74 | 124 | );
|
|
79 | 129 | children = (
|
80 | 130 | 97AD222E28230B98001AFCC1 /* GeoHostApp.app */,
|
81 | 131 | 97DB823B282339B700FC2228 /* AWSLocationGeoPluginIntegrationTests.xctest */,
|
| 132 | + 97914B8E295570E1002000EA /* GeoStressTests.xctest */, |
82 | 133 | );
|
83 | 134 | name = Products;
|
84 | 135 | sourceTree = "<group>";
|
85 | 136 | };
|
86 | 137 | 97AD223028230B98001AFCC1 /* GeoHostApp */ = {
|
87 | 138 | isa = PBXGroup;
|
88 | 139 | children = (
|
| 140 | + 978B1D5D29515DEF0079E55A /* AsyncTesting */, |
89 | 141 | 97AD223128230B98001AFCC1 /* GeoHostAppApp.swift */,
|
90 | 142 | 97AD223328230B98001AFCC1 /* ContentView.swift */,
|
91 | 143 | 97AD223528230B9A001AFCC1 /* Assets.xcassets */,
|
|
130 | 182 | /* End PBXGroup section */
|
131 | 183 |
|
132 | 184 | /* Begin PBXNativeTarget section */
|
| 185 | + 97914B7E295570E1002000EA /* GeoStressTests */ = { |
| 186 | + isa = PBXNativeTarget; |
| 187 | + buildConfigurationList = 97914B8B295570E1002000EA /* Build configuration list for PBXNativeTarget "GeoStressTests" */; |
| 188 | + buildPhases = ( |
| 189 | + 97914B81295570E1002000EA /* Sources */, |
| 190 | + 97914B87295570E1002000EA /* Frameworks */, |
| 191 | + 97914B88295570E1002000EA /* Resources */, |
| 192 | + 97914B8A295570E1002000EA /* Copy Configuration Folder */, |
| 193 | + ); |
| 194 | + buildRules = ( |
| 195 | + ); |
| 196 | + dependencies = ( |
| 197 | + 97914B7F295570E1002000EA /* PBXTargetDependency */, |
| 198 | + ); |
| 199 | + name = GeoStressTests; |
| 200 | + productName = AWSLocationGeoPluginIntegrationTests; |
| 201 | + productReference = 97914B8E295570E1002000EA /* GeoStressTests.xctest */; |
| 202 | + productType = "com.apple.product-type.bundle.unit-test"; |
| 203 | + }; |
133 | 204 | 97AD222D28230B98001AFCC1 /* GeoHostApp */ = {
|
134 | 205 | isa = PBXNativeTarget;
|
135 | 206 | buildConfigurationList = 97AD223C28230B9A001AFCC1 /* Build configuration list for PBXNativeTarget "GeoHostApp" */;
|
|
178 | 249 | isa = PBXProject;
|
179 | 250 | attributes = {
|
180 | 251 | BuildIndependentTargetsInParallel = 1;
|
181 |
| - LastSwiftUpdateCheck = 1320; |
| 252 | + LastSwiftUpdateCheck = 1400; |
182 | 253 | LastUpgradeCheck = 1320;
|
183 | 254 | TargetAttributes = {
|
184 | 255 | 97AD222D28230B98001AFCC1 = {
|
|
206 | 277 | targets = (
|
207 | 278 | 97AD222D28230B98001AFCC1 /* GeoHostApp */,
|
208 | 279 | 97DB823A282339B700FC2228 /* AWSLocationGeoPluginIntegrationTests */,
|
| 280 | + 97914B7E295570E1002000EA /* GeoStressTests */, |
209 | 281 | );
|
210 | 282 | };
|
211 | 283 | /* End PBXProject section */
|
212 | 284 |
|
213 | 285 | /* Begin PBXResourcesBuildPhase section */
|
| 286 | + 97914B88295570E1002000EA /* Resources */ = { |
| 287 | + isa = PBXResourcesBuildPhase; |
| 288 | + buildActionMask = 2147483647; |
| 289 | + files = ( |
| 290 | + 97914B8F2955711A002000EA /* README.md in Resources */, |
| 291 | + ); |
| 292 | + runOnlyForDeploymentPostprocessing = 0; |
| 293 | + }; |
214 | 294 | 97AD222C28230B98001AFCC1 /* Resources */ = {
|
215 | 295 | isa = PBXResourcesBuildPhase;
|
216 | 296 | buildActionMask = 2147483647;
|
|
231 | 311 | /* End PBXResourcesBuildPhase section */
|
232 | 312 |
|
233 | 313 | /* Begin PBXShellScriptBuildPhase section */
|
| 314 | + 97914B8A295570E1002000EA /* Copy Configuration Folder */ = { |
| 315 | + isa = PBXShellScriptBuildPhase; |
| 316 | + buildActionMask = 2147483647; |
| 317 | + files = ( |
| 318 | + ); |
| 319 | + inputFileListPaths = ( |
| 320 | + ); |
| 321 | + inputPaths = ( |
| 322 | + ); |
| 323 | + name = "Copy Configuration Folder"; |
| 324 | + outputFileListPaths = ( |
| 325 | + ); |
| 326 | + outputPaths = ( |
| 327 | + ); |
| 328 | + runOnlyForDeploymentPostprocessing = 0; |
| 329 | + shellPath = /bin/sh; |
| 330 | + shellScript = "TEMP_FILE=$HOME/.aws-amplify/amplify-ios/testconfiguration/.\nDEST_PATH=\"${TARGET_BUILD_DIR}/${UNLOCALIZED_RESOURCES_FOLDER_PATH}/testconfiguration/\"\n\nif [[ ! -d $TEMP_FILE ]] ; then\n echo \"${TEMP_FILE} does not exist. Using empty configuration.\"\n exit 0\nfi\n \nif [[ -f $DEST_PATH ]] ; then\n rm $DEST_PATH\nfi\n \ncp -r $TEMP_FILE $DEST_PATH\n"; |
| 331 | + }; |
234 | 332 | 97DB82512823429C00FC2228 /* Copy Configuration Folder */ = {
|
235 | 333 | isa = PBXShellScriptBuildPhase;
|
236 | 334 | buildActionMask = 2147483647;
|
|
252 | 350 | /* End PBXShellScriptBuildPhase section */
|
253 | 351 |
|
254 | 352 | /* Begin PBXSourcesBuildPhase section */
|
| 353 | + 97914B81295570E1002000EA /* Sources */ = { |
| 354 | + isa = PBXSourcesBuildPhase; |
| 355 | + buildActionMask = 2147483647; |
| 356 | + files = ( |
| 357 | + 97914B9029557126002000EA /* GeoStressTests.swift in Sources */, |
| 358 | + 97914B82295570E1002000EA /* AsyncTesting.swift in Sources */, |
| 359 | + 97914B83295570E1002000EA /* AsyncExpectation.swift in Sources */, |
| 360 | + 97914B84295570E1002000EA /* XCTestCase+AsyncTesting.swift in Sources */, |
| 361 | + 97914B86295570E1002000EA /* TestConfigHelper.swift in Sources */, |
| 362 | + ); |
| 363 | + runOnlyForDeploymentPostprocessing = 0; |
| 364 | + }; |
255 | 365 | 97AD222A28230B98001AFCC1 /* Sources */ = {
|
256 | 366 | isa = PBXSourcesBuildPhase;
|
257 | 367 | buildActionMask = 2147483647;
|
|
265 | 375 | isa = PBXSourcesBuildPhase;
|
266 | 376 | buildActionMask = 2147483647;
|
267 | 377 | files = (
|
| 378 | + 978B1D6429515FFB0079E55A /* AsyncTesting.swift in Sources */, |
| 379 | + 978B1D6529515FFB0079E55A /* AsyncExpectation.swift in Sources */, |
| 380 | + 978B1D6629515FFB0079E55A /* XCTestCase+AsyncTesting.swift in Sources */, |
268 | 381 | 97DB824728233A1D00FC2228 /* AWSLocationGeoPluginIntegrationTests.swift in Sources */,
|
269 | 382 | 97DB82552823466800FC2228 /* TestConfigHelper.swift in Sources */,
|
270 | 383 | );
|
|
273 | 386 | /* End PBXSourcesBuildPhase section */
|
274 | 387 |
|
275 | 388 | /* Begin PBXTargetDependency section */
|
| 389 | + 97914B7F295570E1002000EA /* PBXTargetDependency */ = { |
| 390 | + isa = PBXTargetDependency; |
| 391 | + target = 97AD222D28230B98001AFCC1 /* GeoHostApp */; |
| 392 | + targetProxy = 97914B80295570E1002000EA /* PBXContainerItemProxy */; |
| 393 | + }; |
276 | 394 | 97DB8240282339B700FC2228 /* PBXTargetDependency */ = {
|
277 | 395 | isa = PBXTargetDependency;
|
278 | 396 | target = 97AD222D28230B98001AFCC1 /* GeoHostApp */;
|
|
281 | 399 | /* End PBXTargetDependency section */
|
282 | 400 |
|
283 | 401 | /* Begin XCBuildConfiguration section */
|
| 402 | + 97914B8C295570E1002000EA /* Debug */ = { |
| 403 | + isa = XCBuildConfiguration; |
| 404 | + buildSettings = { |
| 405 | + BUNDLE_LOADER = "$(TEST_HOST)"; |
| 406 | + CLANG_ENABLE_MODULES = YES; |
| 407 | + CODE_SIGN_STYLE = Automatic; |
| 408 | + CURRENT_PROJECT_VERSION = 1; |
| 409 | + GENERATE_INFOPLIST_FILE = YES; |
| 410 | + LD_RUNPATH_SEARCH_PATHS = ( |
| 411 | + "$(inherited)", |
| 412 | + "@executable_path/Frameworks", |
| 413 | + "@loader_path/Frameworks", |
| 414 | + ); |
| 415 | + MARKETING_VERSION = 1.0; |
| 416 | + PRODUCT_BUNDLE_IDENTIFIER = com.amazon.com.AWSLocationGeoPluginIntegrationTests; |
| 417 | + PRODUCT_NAME = "$(TARGET_NAME)"; |
| 418 | + SWIFT_EMIT_LOC_STRINGS = NO; |
| 419 | + SWIFT_OPTIMIZATION_LEVEL = "-Onone"; |
| 420 | + SWIFT_VERSION = 5.0; |
| 421 | + TARGETED_DEVICE_FAMILY = "1,2"; |
| 422 | + TEST_HOST = "$(BUILT_PRODUCTS_DIR)/GeoHostApp.app/GeoHostApp"; |
| 423 | + }; |
| 424 | + name = Debug; |
| 425 | + }; |
| 426 | + 97914B8D295570E1002000EA /* Release */ = { |
| 427 | + isa = XCBuildConfiguration; |
| 428 | + buildSettings = { |
| 429 | + BUNDLE_LOADER = "$(TEST_HOST)"; |
| 430 | + CLANG_ENABLE_MODULES = YES; |
| 431 | + CODE_SIGN_STYLE = Automatic; |
| 432 | + CURRENT_PROJECT_VERSION = 1; |
| 433 | + GENERATE_INFOPLIST_FILE = YES; |
| 434 | + LD_RUNPATH_SEARCH_PATHS = ( |
| 435 | + "$(inherited)", |
| 436 | + "@executable_path/Frameworks", |
| 437 | + "@loader_path/Frameworks", |
| 438 | + ); |
| 439 | + MARKETING_VERSION = 1.0; |
| 440 | + PRODUCT_BUNDLE_IDENTIFIER = com.amazon.com.GeoStressTests; |
| 441 | + PRODUCT_NAME = "$(TARGET_NAME)"; |
| 442 | + SWIFT_EMIT_LOC_STRINGS = NO; |
| 443 | + SWIFT_VERSION = 5.0; |
| 444 | + TARGETED_DEVICE_FAMILY = "1,2"; |
| 445 | + TEST_HOST = "$(BUILT_PRODUCTS_DIR)/GeoHostApp.app/GeoHostApp"; |
| 446 | + }; |
| 447 | + name = Release; |
| 448 | + }; |
284 | 449 | 97AD223A28230B9A001AFCC1 /* Debug */ = {
|
285 | 450 | isa = XCBuildConfiguration;
|
286 | 451 | buildSettings = {
|
|
503 | 668 | /* End XCBuildConfiguration section */
|
504 | 669 |
|
505 | 670 | /* Begin XCConfigurationList section */
|
| 671 | + 97914B8B295570E1002000EA /* Build configuration list for PBXNativeTarget "GeoStressTests" */ = { |
| 672 | + isa = XCConfigurationList; |
| 673 | + buildConfigurations = ( |
| 674 | + 97914B8C295570E1002000EA /* Debug */, |
| 675 | + 97914B8D295570E1002000EA /* Release */, |
| 676 | + ); |
| 677 | + defaultConfigurationIsVisible = 0; |
| 678 | + defaultConfigurationName = Release; |
| 679 | + }; |
506 | 680 | 97AD222928230B98001AFCC1 /* Build configuration list for PBXProject "GeoHostApp" */ = {
|
507 | 681 | isa = XCConfigurationList;
|
508 | 682 | buildConfigurations = (
|
|
0 commit comments