|
3 | 3 | archiveVersion = 1;
|
4 | 4 | classes = {
|
5 | 5 | };
|
6 |
| - objectVersion = 46; |
| 6 | + objectVersion = 50; |
7 | 7 | objects = {
|
8 | 8 |
|
9 | 9 | /* Begin PBXBuildFile section */
|
|
15 | 15 | 97C146FE1CF9000F007C117D /* Assets.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = 97C146FD1CF9000F007C117D /* Assets.xcassets */; };
|
16 | 16 | 97C147011CF9000F007C117D /* LaunchScreen.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = 97C146FF1CF9000F007C117D /* LaunchScreen.storyboard */; };
|
17 | 17 | AA1F617779EAA28FB12EC66E /* libPods-Runner.a in Frameworks */ = {isa = PBXBuildFile; fileRef = C77CA0BBC4B57129484236F4 /* libPods-Runner.a */; };
|
| 18 | + F7C2268825DCA70C00389C82 /* GalleryUITests.m in Sources */ = {isa = PBXBuildFile; fileRef = F7C2268725DCA70C00389C82 /* GalleryUITests.m */; }; |
18 | 19 | /* End PBXBuildFile section */
|
19 | 20 |
|
| 21 | +/* Begin PBXContainerItemProxy section */ |
| 22 | + F7C2268A25DCA70C00389C82 /* PBXContainerItemProxy */ = { |
| 23 | + isa = PBXContainerItemProxy; |
| 24 | + containerPortal = 97C146E61CF9000F007C117D /* Project object */; |
| 25 | + proxyType = 1; |
| 26 | + remoteGlobalIDString = 97C146ED1CF9000F007C117D; |
| 27 | + remoteInfo = Runner; |
| 28 | + }; |
| 29 | +/* End PBXContainerItemProxy section */ |
| 30 | + |
20 | 31 | /* Begin PBXCopyFilesBuildPhase section */
|
21 | 32 | 9705A1C41CF9048500538489 /* Embed Frameworks */ = {
|
22 | 33 | isa = PBXCopyFilesBuildPhase;
|
|
49 | 60 | C77CA0BBC4B57129484236F4 /* libPods-Runner.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; path = "libPods-Runner.a"; sourceTree = BUILT_PRODUCTS_DIR; };
|
50 | 61 | DC01738FBE39EADD5AC4BF42 /* Pods-Runner.profile.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-Runner.profile.xcconfig"; path = "Pods/Target Support Files/Pods-Runner/Pods-Runner.profile.xcconfig"; sourceTree = "<group>"; };
|
51 | 62 | ECF490DDAB8ABCEEFB1780BE /* Pods-Runner.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-Runner.debug.xcconfig"; path = "Pods/Target Support Files/Pods-Runner/Pods-Runner.debug.xcconfig"; sourceTree = "<group>"; };
|
| 63 | + F7C2268525DCA70C00389C82 /* GalleryUITests.xctest */ = {isa = PBXFileReference; explicitFileType = wrapper.cfbundle; includeInIndex = 0; path = GalleryUITests.xctest; sourceTree = BUILT_PRODUCTS_DIR; }; |
| 64 | + F7C2268725DCA70C00389C82 /* GalleryUITests.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = GalleryUITests.m; sourceTree = "<group>"; }; |
| 65 | + F7C2268925DCA70C00389C82 /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; }; |
52 | 66 | /* End PBXFileReference section */
|
53 | 67 |
|
54 | 68 | /* Begin PBXFrameworksBuildPhase section */
|
|
60 | 74 | );
|
61 | 75 | runOnlyForDeploymentPostprocessing = 0;
|
62 | 76 | };
|
| 77 | + F7C2268225DCA70C00389C82 /* Frameworks */ = { |
| 78 | + isa = PBXFrameworksBuildPhase; |
| 79 | + buildActionMask = 2147483647; |
| 80 | + files = ( |
| 81 | + ); |
| 82 | + runOnlyForDeploymentPostprocessing = 0; |
| 83 | + }; |
63 | 84 | /* End PBXFrameworksBuildPhase section */
|
64 | 85 |
|
65 | 86 | /* Begin PBXGroup section */
|
|
79 | 100 | children = (
|
80 | 101 | 9740EEB11CF90186004384FC /* Flutter */,
|
81 | 102 | 97C146F01CF9000F007C117D /* Runner */,
|
| 103 | + F7C2268625DCA70C00389C82 /* GalleryUITests */, |
82 | 104 | 97C146EF1CF9000F007C117D /* Products */,
|
83 | 105 | CF3B75C9A7D2FA2A4C99F110 /* Frameworks */,
|
84 | 106 | E54E8B7296D73DD9B2385312 /* Pods */,
|
|
89 | 111 | isa = PBXGroup;
|
90 | 112 | children = (
|
91 | 113 | 97C146EE1CF9000F007C117D /* Flutter Gallery.app */,
|
| 114 | + F7C2268525DCA70C00389C82 /* GalleryUITests.xctest */, |
92 | 115 | );
|
93 | 116 | name = Products;
|
94 | 117 | sourceTree = "<group>";
|
|
135 | 158 | name = Pods;
|
136 | 159 | sourceTree = "<group>";
|
137 | 160 | };
|
| 161 | + F7C2268625DCA70C00389C82 /* GalleryUITests */ = { |
| 162 | + isa = PBXGroup; |
| 163 | + children = ( |
| 164 | + F7C2268725DCA70C00389C82 /* GalleryUITests.m */, |
| 165 | + F7C2268925DCA70C00389C82 /* Info.plist */, |
| 166 | + ); |
| 167 | + path = GalleryUITests; |
| 168 | + sourceTree = "<group>"; |
| 169 | + }; |
138 | 170 | /* End PBXGroup section */
|
139 | 171 |
|
140 | 172 | /* Begin PBXNativeTarget section */
|
|
159 | 191 | productReference = 97C146EE1CF9000F007C117D /* Flutter Gallery.app */;
|
160 | 192 | productType = "com.apple.product-type.application";
|
161 | 193 | };
|
| 194 | + F7C2268425DCA70C00389C82 /* GalleryUITests */ = { |
| 195 | + isa = PBXNativeTarget; |
| 196 | + buildConfigurationList = F7C2268F25DCA70C00389C82 /* Build configuration list for PBXNativeTarget "GalleryUITests" */; |
| 197 | + buildPhases = ( |
| 198 | + F7C2268125DCA70C00389C82 /* Sources */, |
| 199 | + F7C2268225DCA70C00389C82 /* Frameworks */, |
| 200 | + F7C2268325DCA70C00389C82 /* Resources */, |
| 201 | + ); |
| 202 | + buildRules = ( |
| 203 | + ); |
| 204 | + dependencies = ( |
| 205 | + F7C2268B25DCA70C00389C82 /* PBXTargetDependency */, |
| 206 | + ); |
| 207 | + name = GalleryUITests; |
| 208 | + productName = GalleryUITests; |
| 209 | + productReference = F7C2268525DCA70C00389C82 /* GalleryUITests.xctest */; |
| 210 | + productType = "com.apple.product-type.bundle.ui-testing"; |
| 211 | + }; |
162 | 212 | /* End PBXNativeTarget section */
|
163 | 213 |
|
164 | 214 | /* Begin PBXProject section */
|
|
171 | 221 | 97C146ED1CF9000F007C117D = {
|
172 | 222 | CreatedOnToolsVersion = 7.3.1;
|
173 | 223 | };
|
| 224 | + F7C2268425DCA70C00389C82 = { |
| 225 | + CreatedOnToolsVersion = 12.4; |
| 226 | + ProvisioningStyle = Automatic; |
| 227 | + TestTargetID = 97C146ED1CF9000F007C117D; |
| 228 | + }; |
174 | 229 | };
|
175 | 230 | };
|
176 | 231 | buildConfigurationList = 97C146E91CF9000F007C117D /* Build configuration list for PBXProject "Runner" */;
|
|
187 | 242 | projectRoot = "";
|
188 | 243 | targets = (
|
189 | 244 | 97C146ED1CF9000F007C117D /* Runner */,
|
| 245 | + F7C2268425DCA70C00389C82 /* GalleryUITests */, |
190 | 246 | );
|
191 | 247 | };
|
192 | 248 | /* End PBXProject section */
|
|
203 | 259 | );
|
204 | 260 | runOnlyForDeploymentPostprocessing = 0;
|
205 | 261 | };
|
| 262 | + F7C2268325DCA70C00389C82 /* Resources */ = { |
| 263 | + isa = PBXResourcesBuildPhase; |
| 264 | + buildActionMask = 2147483647; |
| 265 | + files = ( |
| 266 | + ); |
| 267 | + runOnlyForDeploymentPostprocessing = 0; |
| 268 | + }; |
206 | 269 | /* End PBXResourcesBuildPhase section */
|
207 | 270 |
|
208 | 271 | /* Begin PBXShellScriptBuildPhase section */
|
|
250 | 313 | );
|
251 | 314 | runOnlyForDeploymentPostprocessing = 0;
|
252 | 315 | shellPath = /bin/sh;
|
253 |
| - shellScript = "/bin/sh \"$FLUTTER_ROOT/packages/flutter_tools/bin/xcode_backend.sh\" build\n"; |
| 316 | + shellScript = "/bin/sh \"$FLUTTER_ROOT/packages/flutter_tools/bin/xcode_backend.sh\" build"; |
254 | 317 | };
|
255 | 318 | /* End PBXShellScriptBuildPhase section */
|
256 | 319 |
|
|
265 | 328 | );
|
266 | 329 | runOnlyForDeploymentPostprocessing = 0;
|
267 | 330 | };
|
| 331 | + F7C2268125DCA70C00389C82 /* Sources */ = { |
| 332 | + isa = PBXSourcesBuildPhase; |
| 333 | + buildActionMask = 2147483647; |
| 334 | + files = ( |
| 335 | + F7C2268825DCA70C00389C82 /* GalleryUITests.m in Sources */, |
| 336 | + ); |
| 337 | + runOnlyForDeploymentPostprocessing = 0; |
| 338 | + }; |
268 | 339 | /* End PBXSourcesBuildPhase section */
|
269 | 340 |
|
| 341 | +/* Begin PBXTargetDependency section */ |
| 342 | + F7C2268B25DCA70C00389C82 /* PBXTargetDependency */ = { |
| 343 | + isa = PBXTargetDependency; |
| 344 | + target = 97C146ED1CF9000F007C117D /* Runner */; |
| 345 | + targetProxy = F7C2268A25DCA70C00389C82 /* PBXContainerItemProxy */; |
| 346 | + }; |
| 347 | +/* End PBXTargetDependency section */ |
| 348 | + |
270 | 349 | /* Begin PBXVariantGroup section */
|
271 | 350 | 97C146FA1CF9000F007C117D /* Main.storyboard */ = {
|
272 | 351 | isa = PBXVariantGroup;
|
|
479 | 558 | };
|
480 | 559 | name = Release;
|
481 | 560 | };
|
| 561 | + F7C2268C25DCA70C00389C82 /* Debug */ = { |
| 562 | + isa = XCBuildConfiguration; |
| 563 | + buildSettings = { |
| 564 | + INFOPLIST_FILE = GalleryUITests/Info.plist; |
| 565 | + IPHONEOS_DEPLOYMENT_TARGET = 11.0; |
| 566 | + LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks"; |
| 567 | + MTL_FAST_MATH = YES; |
| 568 | + PRODUCT_BUNDLE_IDENTIFIER = com.flutterio.GalleryUITests; |
| 569 | + PRODUCT_NAME = "$(TARGET_NAME)"; |
| 570 | + TEST_TARGET_NAME = Runner; |
| 571 | + }; |
| 572 | + name = Debug; |
| 573 | + }; |
| 574 | + F7C2268D25DCA70C00389C82 /* Release */ = { |
| 575 | + isa = XCBuildConfiguration; |
| 576 | + buildSettings = { |
| 577 | + INFOPLIST_FILE = GalleryUITests/Info.plist; |
| 578 | + IPHONEOS_DEPLOYMENT_TARGET = 11.0; |
| 579 | + LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks"; |
| 580 | + MTL_FAST_MATH = YES; |
| 581 | + PRODUCT_BUNDLE_IDENTIFIER = com.flutterio.GalleryUITests; |
| 582 | + PRODUCT_NAME = "$(TARGET_NAME)"; |
| 583 | + TEST_TARGET_NAME = Runner; |
| 584 | + }; |
| 585 | + name = Release; |
| 586 | + }; |
| 587 | + F7C2268E25DCA70C00389C82 /* Profile */ = { |
| 588 | + isa = XCBuildConfiguration; |
| 589 | + buildSettings = { |
| 590 | + INFOPLIST_FILE = GalleryUITests/Info.plist; |
| 591 | + IPHONEOS_DEPLOYMENT_TARGET = 11.0; |
| 592 | + LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks"; |
| 593 | + MTL_FAST_MATH = YES; |
| 594 | + PRODUCT_BUNDLE_IDENTIFIER = com.flutterio.GalleryUITests; |
| 595 | + PRODUCT_NAME = "$(TARGET_NAME)"; |
| 596 | + TEST_TARGET_NAME = Runner; |
| 597 | + }; |
| 598 | + name = Profile; |
| 599 | + }; |
482 | 600 | /* End XCBuildConfiguration section */
|
483 | 601 |
|
484 | 602 | /* Begin XCConfigurationList section */
|
|
502 | 620 | defaultConfigurationIsVisible = 0;
|
503 | 621 | defaultConfigurationName = Release;
|
504 | 622 | };
|
| 623 | + F7C2268F25DCA70C00389C82 /* Build configuration list for PBXNativeTarget "GalleryUITests" */ = { |
| 624 | + isa = XCConfigurationList; |
| 625 | + buildConfigurations = ( |
| 626 | + F7C2268C25DCA70C00389C82 /* Debug */, |
| 627 | + F7C2268D25DCA70C00389C82 /* Release */, |
| 628 | + F7C2268E25DCA70C00389C82 /* Profile */, |
| 629 | + ); |
| 630 | + defaultConfigurationIsVisible = 0; |
| 631 | + defaultConfigurationName = Release; |
| 632 | + }; |
505 | 633 | /* End XCConfigurationList section */
|
506 | 634 | };
|
507 | 635 | rootObject = 97C146E61CF9000F007C117D /* Project object */;
|
|
0 commit comments