|
28 | 28 | 68828E4628C2736C006E7C0A /* AWSS3StoragePluginProgressTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = 684FB08C28BEAF8E00C8A6EB /* AWSS3StoragePluginProgressTests.swift */; };
|
29 | 29 | 68828E4728C27745006E7C0A /* AWSS3StoragePluginPutDataResumabilityTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = 684FB08828BEAF8E00C8A6EB /* AWSS3StoragePluginPutDataResumabilityTests.swift */; };
|
30 | 30 | 68828E4828C2AAA6006E7C0A /* AWSS3StoragePluginGetDataResumabilityTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = 684FB08B28BEAF8E00C8A6EB /* AWSS3StoragePluginGetDataResumabilityTests.swift */; };
|
| 31 | + 97914BA32955798D002000EA /* AsyncTesting.swift in Sources */ = {isa = PBXBuildFile; fileRef = 681DFEAF28E748270000C36A /* AsyncTesting.swift */; }; |
| 32 | + 97914BA52955798D002000EA /* AsyncExpectation.swift in Sources */ = {isa = PBXBuildFile; fileRef = 681DFEB028E748270000C36A /* AsyncExpectation.swift */; }; |
| 33 | + 97914BB02955798D002000EA /* XCTestCase+AsyncTesting.swift in Sources */ = {isa = PBXBuildFile; fileRef = 681DFEB128E748270000C36A /* XCTestCase+AsyncTesting.swift */; }; |
| 34 | + 97914BB22955798D002000EA /* TestConfigHelper.swift in Sources */ = {isa = PBXBuildFile; fileRef = 684FB09D28BEAFE700C8A6EB /* TestConfigHelper.swift */; }; |
| 35 | + 97914BBB29557A52002000EA /* README.md in Resources */ = {isa = PBXBuildFile; fileRef = 97914BBA29557A52002000EA /* README.md */; }; |
| 36 | + 97914BBC29557A81002000EA /* StorageStressTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = 97914B972955797E002000EA /* StorageStressTests.swift */; }; |
| 37 | + 97914BBD29557AB6002000EA /* AWSS3StoragePluginTestBase.swift in Sources */ = {isa = PBXBuildFile; fileRef = 684FB07E28BEAF8E00C8A6EB /* AWSS3StoragePluginTestBase.swift */; }; |
| 38 | + 97914BBE29557DBD002000EA /* AuthSignInHelper.swift in Sources */ = {isa = PBXBuildFile; fileRef = 684FB0C228BEB45600C8A6EB /* AuthSignInHelper.swift */; }; |
31 | 39 | B4A5B59B2919730700D873D2 /* Amplify in Frameworks */ = {isa = PBXBuildFile; productRef = B4A5B59A2919730700D873D2 /* Amplify */; };
|
32 | 40 | B4A5B59D2919730700D873D2 /* AWSCognitoAuthPlugin in Frameworks */ = {isa = PBXBuildFile; productRef = B4A5B59C2919730700D873D2 /* AWSCognitoAuthPlugin */; };
|
33 | 41 | B4A5B59F2919730700D873D2 /* AWSS3StoragePlugin in Frameworks */ = {isa = PBXBuildFile; productRef = B4A5B59E2919730700D873D2 /* AWSS3StoragePlugin */; };
|
|
41 | 49 | remoteGlobalIDString = 684FB06928BEAF1500C8A6EB;
|
42 | 50 | remoteInfo = StorageHostApp;
|
43 | 51 | };
|
| 52 | + 97914BA02955798D002000EA /* PBXContainerItemProxy */ = { |
| 53 | + isa = PBXContainerItemProxy; |
| 54 | + containerPortal = 684FB06228BEAF1500C8A6EB /* Project object */; |
| 55 | + proxyType = 1; |
| 56 | + remoteGlobalIDString = 684FB06928BEAF1500C8A6EB; |
| 57 | + remoteInfo = StorageHostApp; |
| 58 | + }; |
44 | 59 | /* End PBXContainerItemProxy section */
|
45 | 60 |
|
46 | 61 | /* Begin PBXFileReference section */
|
|
69 | 84 | 684FB0A928BEB07200C8A6EB /* AWSS3StoragePluginIntegrationTests.xctest */ = {isa = PBXFileReference; explicitFileType = wrapper.cfbundle; includeInIndex = 0; path = AWSS3StoragePluginIntegrationTests.xctest; sourceTree = BUILT_PRODUCTS_DIR; };
|
70 | 85 | 684FB0C228BEB45600C8A6EB /* AuthSignInHelper.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = AuthSignInHelper.swift; sourceTree = "<group>"; };
|
71 | 86 | 684FB0C528BEB84800C8A6EB /* StorageHostApp.entitlements */ = {isa = PBXFileReference; lastKnownFileType = text.plist.entitlements; path = StorageHostApp.entitlements; sourceTree = "<group>"; };
|
| 87 | + 97914B972955797E002000EA /* StorageStressTests.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = StorageStressTests.swift; sourceTree = "<group>"; }; |
| 88 | + 97914BB92955798D002000EA /* StorageStressTests.xctest */ = {isa = PBXFileReference; explicitFileType = wrapper.cfbundle; includeInIndex = 0; path = StorageStressTests.xctest; sourceTree = BUILT_PRODUCTS_DIR; }; |
| 89 | + 97914BBA29557A52002000EA /* README.md */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = net.daringfireball.markdown; path = README.md; sourceTree = "<group>"; }; |
72 | 90 | B4A5B5982919725100D873D2 /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist; path = Info.plist; sourceTree = "<group>"; };
|
73 | 91 | B4A5B5992919727700D873D2 /* amplify-swift */ = {isa = PBXFileReference; lastKnownFileType = wrapper; name = "amplify-swift"; path = ../../../..; sourceTree = "<group>"; };
|
74 | 92 | /* End PBXFileReference section */
|
|
91 | 109 | );
|
92 | 110 | runOnlyForDeploymentPostprocessing = 0;
|
93 | 111 | };
|
| 112 | + 97914BB32955798D002000EA /* Frameworks */ = { |
| 113 | + isa = PBXFrameworksBuildPhase; |
| 114 | + buildActionMask = 2147483647; |
| 115 | + files = ( |
| 116 | + ); |
| 117 | + runOnlyForDeploymentPostprocessing = 0; |
| 118 | + }; |
94 | 119 | /* End PBXFrameworksBuildPhase section */
|
95 | 120 |
|
96 | 121 | /* Begin PBXGroup section */
|
|
121 | 146 | 684FB07B28BEAF5500C8A6EB /* Packages */,
|
122 | 147 | 684FB07D28BEAF8E00C8A6EB /* AWSS3StoragePluginIntegrationTests */,
|
123 | 148 | 684FB06C28BEAF1500C8A6EB /* StorageHostApp */,
|
| 149 | + 97914B962955797E002000EA /* StorageStressTests */, |
124 | 150 | 684FB06B28BEAF1500C8A6EB /* Products */,
|
125 | 151 | 684FB0A028BEB02E00C8A6EB /* Frameworks */,
|
126 | 152 | );
|
|
131 | 157 | children = (
|
132 | 158 | 684FB06A28BEAF1500C8A6EB /* StorageHostApp.app */,
|
133 | 159 | 684FB0A928BEB07200C8A6EB /* AWSS3StoragePluginIntegrationTests.xctest */,
|
| 160 | + 97914BB92955798D002000EA /* StorageStressTests.xctest */, |
134 | 161 | );
|
135 | 162 | name = Products;
|
136 | 163 | sourceTree = "<group>";
|
|
200 | 227 | path = Helpers;
|
201 | 228 | sourceTree = "<group>";
|
202 | 229 | };
|
| 230 | + 97914B962955797E002000EA /* StorageStressTests */ = { |
| 231 | + isa = PBXGroup; |
| 232 | + children = ( |
| 233 | + 97914BBA29557A52002000EA /* README.md */, |
| 234 | + 97914B972955797E002000EA /* StorageStressTests.swift */, |
| 235 | + ); |
| 236 | + path = StorageStressTests; |
| 237 | + sourceTree = "<group>"; |
| 238 | + }; |
203 | 239 | /* End PBXGroup section */
|
204 | 240 |
|
205 | 241 | /* Begin PBXNativeTarget section */
|
|
249 | 285 | productReference = 684FB0A928BEB07200C8A6EB /* AWSS3StoragePluginIntegrationTests.xctest */;
|
250 | 286 | productType = "com.apple.product-type.bundle.unit-test";
|
251 | 287 | };
|
| 288 | + 97914B9E2955798D002000EA /* StorageStressTests */ = { |
| 289 | + isa = PBXNativeTarget; |
| 290 | + buildConfigurationList = 97914BB62955798D002000EA /* Build configuration list for PBXNativeTarget "StorageStressTests" */; |
| 291 | + buildPhases = ( |
| 292 | + 97914BA12955798D002000EA /* Sources */, |
| 293 | + 97914BB32955798D002000EA /* Frameworks */, |
| 294 | + 97914BB42955798D002000EA /* Resources */, |
| 295 | + 97914BB52955798D002000EA /* Copy Configuration */, |
| 296 | + ); |
| 297 | + buildRules = ( |
| 298 | + ); |
| 299 | + dependencies = ( |
| 300 | + 97914B9F2955798D002000EA /* PBXTargetDependency */, |
| 301 | + ); |
| 302 | + name = StorageStressTests; |
| 303 | + packageProductDependencies = ( |
| 304 | + ); |
| 305 | + productName = AWSS3StoragePluginIntegrationTests; |
| 306 | + productReference = 97914BB92955798D002000EA /* StorageStressTests.xctest */; |
| 307 | + productType = "com.apple.product-type.bundle.unit-test"; |
| 308 | + }; |
252 | 309 | /* End PBXNativeTarget section */
|
253 | 310 |
|
254 | 311 | /* Begin PBXProject section */
|
255 | 312 | 684FB06228BEAF1500C8A6EB /* Project object */ = {
|
256 | 313 | isa = PBXProject;
|
257 | 314 | attributes = {
|
258 | 315 | BuildIndependentTargetsInParallel = 1;
|
259 |
| - LastSwiftUpdateCheck = 1340; |
| 316 | + LastSwiftUpdateCheck = 1400; |
260 | 317 | LastUpgradeCheck = 1340;
|
261 | 318 | TargetAttributes = {
|
262 | 319 | 684FB06928BEAF1500C8A6EB = {
|
|
283 | 340 | targets = (
|
284 | 341 | 684FB06928BEAF1500C8A6EB /* StorageHostApp */,
|
285 | 342 | 684FB0A828BEB07200C8A6EB /* AWSS3StoragePluginIntegrationTests */,
|
| 343 | + 97914B9E2955798D002000EA /* StorageStressTests */, |
286 | 344 | );
|
287 | 345 | };
|
288 | 346 | /* End PBXProject section */
|
|
304 | 362 | );
|
305 | 363 | runOnlyForDeploymentPostprocessing = 0;
|
306 | 364 | };
|
| 365 | + 97914BB42955798D002000EA /* Resources */ = { |
| 366 | + isa = PBXResourcesBuildPhase; |
| 367 | + buildActionMask = 2147483647; |
| 368 | + files = ( |
| 369 | + 97914BBB29557A52002000EA /* README.md in Resources */, |
| 370 | + ); |
| 371 | + runOnlyForDeploymentPostprocessing = 0; |
| 372 | + }; |
307 | 373 | /* End PBXResourcesBuildPhase section */
|
308 | 374 |
|
309 | 375 | /* Begin PBXShellScriptBuildPhase section */
|
|
327 | 393 | shellScript = "${PROJECT_DIR}/copy_configuration.sh\n";
|
328 | 394 | showEnvVarsInLog = 0;
|
329 | 395 | };
|
| 396 | + 97914BB52955798D002000EA /* Copy Configuration */ = { |
| 397 | + isa = PBXShellScriptBuildPhase; |
| 398 | + alwaysOutOfDate = 1; |
| 399 | + buildActionMask = 2147483647; |
| 400 | + files = ( |
| 401 | + ); |
| 402 | + inputFileListPaths = ( |
| 403 | + ); |
| 404 | + inputPaths = ( |
| 405 | + ); |
| 406 | + name = "Copy Configuration"; |
| 407 | + outputFileListPaths = ( |
| 408 | + ); |
| 409 | + outputPaths = ( |
| 410 | + ); |
| 411 | + runOnlyForDeploymentPostprocessing = 0; |
| 412 | + shellPath = /bin/sh; |
| 413 | + shellScript = "${PROJECT_DIR}/copy_configuration.sh\n"; |
| 414 | + showEnvVarsInLog = 0; |
| 415 | + }; |
330 | 416 | /* End PBXShellScriptBuildPhase section */
|
331 | 417 |
|
332 | 418 | /* Begin PBXSourcesBuildPhase section */
|
|
363 | 449 | );
|
364 | 450 | runOnlyForDeploymentPostprocessing = 0;
|
365 | 451 | };
|
| 452 | + 97914BA12955798D002000EA /* Sources */ = { |
| 453 | + isa = PBXSourcesBuildPhase; |
| 454 | + buildActionMask = 2147483647; |
| 455 | + files = ( |
| 456 | + 97914BBE29557DBD002000EA /* AuthSignInHelper.swift in Sources */, |
| 457 | + 97914BBD29557AB6002000EA /* AWSS3StoragePluginTestBase.swift in Sources */, |
| 458 | + 97914BBC29557A81002000EA /* StorageStressTests.swift in Sources */, |
| 459 | + 97914BA32955798D002000EA /* AsyncTesting.swift in Sources */, |
| 460 | + 97914BA52955798D002000EA /* AsyncExpectation.swift in Sources */, |
| 461 | + 97914BB02955798D002000EA /* XCTestCase+AsyncTesting.swift in Sources */, |
| 462 | + 97914BB22955798D002000EA /* TestConfigHelper.swift in Sources */, |
| 463 | + ); |
| 464 | + runOnlyForDeploymentPostprocessing = 0; |
| 465 | + }; |
366 | 466 | /* End PBXSourcesBuildPhase section */
|
367 | 467 |
|
368 | 468 | /* Begin PBXTargetDependency section */
|
|
383 | 483 | target = 684FB06928BEAF1500C8A6EB /* StorageHostApp */;
|
384 | 484 | targetProxy = 684FB0AD28BEB07200C8A6EB /* PBXContainerItemProxy */;
|
385 | 485 | };
|
| 486 | + 97914B9F2955798D002000EA /* PBXTargetDependency */ = { |
| 487 | + isa = PBXTargetDependency; |
| 488 | + target = 684FB06928BEAF1500C8A6EB /* StorageHostApp */; |
| 489 | + targetProxy = 97914BA02955798D002000EA /* PBXContainerItemProxy */; |
| 490 | + }; |
386 | 491 | /* End PBXTargetDependency section */
|
387 | 492 |
|
388 | 493 | /* Begin XCBuildConfiguration section */
|
|
594 | 699 | };
|
595 | 700 | name = Release;
|
596 | 701 | };
|
| 702 | + 97914BB72955798D002000EA /* Debug */ = { |
| 703 | + isa = XCBuildConfiguration; |
| 704 | + baseConfigurationReference = 0311113428EBED6500D58441 /* Tests.xcconfig */; |
| 705 | + buildSettings = { |
| 706 | + CURRENT_PROJECT_VERSION = 1; |
| 707 | + DEVELOPMENT_TEAM = ""; |
| 708 | + GENERATE_INFOPLIST_FILE = YES; |
| 709 | + INFOPLIST_KEY_CFBundleDisplayName = IntegTests; |
| 710 | + MARKETING_VERSION = 1.0; |
| 711 | + PRODUCT_BUNDLE_IDENTIFIER = com.aws.amplify.StorageStressTests; |
| 712 | + PRODUCT_NAME = "$(TARGET_NAME)"; |
| 713 | + SWIFT_EMIT_LOC_STRINGS = NO; |
| 714 | + TARGETED_DEVICE_FAMILY = 1; |
| 715 | + }; |
| 716 | + name = Debug; |
| 717 | + }; |
| 718 | + 97914BB82955798D002000EA /* Release */ = { |
| 719 | + isa = XCBuildConfiguration; |
| 720 | + baseConfigurationReference = 0311113428EBED6500D58441 /* Tests.xcconfig */; |
| 721 | + buildSettings = { |
| 722 | + CURRENT_PROJECT_VERSION = 1; |
| 723 | + DEVELOPMENT_TEAM = ""; |
| 724 | + GENERATE_INFOPLIST_FILE = YES; |
| 725 | + INFOPLIST_KEY_CFBundleDisplayName = IntegTests; |
| 726 | + MARKETING_VERSION = 1.0; |
| 727 | + PRODUCT_BUNDLE_IDENTIFIER = com.aws.amplify.StorageStressTests; |
| 728 | + PRODUCT_NAME = "$(TARGET_NAME)"; |
| 729 | + SWIFT_EMIT_LOC_STRINGS = NO; |
| 730 | + TARGETED_DEVICE_FAMILY = 1; |
| 731 | + }; |
| 732 | + name = Release; |
| 733 | + }; |
597 | 734 | /* End XCBuildConfiguration section */
|
598 | 735 |
|
599 | 736 | /* Begin XCConfigurationList section */
|
|
624 | 761 | defaultConfigurationIsVisible = 0;
|
625 | 762 | defaultConfigurationName = Release;
|
626 | 763 | };
|
| 764 | + 97914BB62955798D002000EA /* Build configuration list for PBXNativeTarget "StorageStressTests" */ = { |
| 765 | + isa = XCConfigurationList; |
| 766 | + buildConfigurations = ( |
| 767 | + 97914BB72955798D002000EA /* Debug */, |
| 768 | + 97914BB82955798D002000EA /* Release */, |
| 769 | + ); |
| 770 | + defaultConfigurationIsVisible = 0; |
| 771 | + defaultConfigurationName = Release; |
| 772 | + }; |
627 | 773 | /* End XCConfigurationList section */
|
628 | 774 |
|
629 | 775 | /* Begin XCSwiftPackageProductDependency section */
|
|
0 commit comments