|
13 | 13 | 680049272280D79A006DD6AB /* Assets.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = 97C146FD1CF9000F007C117D /* Assets.xcassets */; };
|
14 | 14 | 680049382280F2B9006DD6AB /* pngImage.png in Resources */ = {isa = PBXBuildFile; fileRef = 680049352280F2B8006DD6AB /* pngImage.png */; };
|
15 | 15 | 680049392280F2B9006DD6AB /* jpgImage.jpg in Resources */ = {isa = PBXBuildFile; fileRef = 680049362280F2B8006DD6AB /* jpgImage.jpg */; };
|
| 16 | + 6801C8392555D726009DAF8D /* ImagePickerFromGalleryUITests.m in Sources */ = {isa = PBXBuildFile; fileRef = 6801C8382555D726009DAF8D /* ImagePickerFromGalleryUITests.m */; }; |
16 | 17 | 68B9AF72243E4B3F00927CE4 /* ImagePickerPluginTests.m in Sources */ = {isa = PBXBuildFile; fileRef = 68B9AF71243E4B3F00927CE4 /* ImagePickerPluginTests.m */; };
|
17 | 18 | 68F4B464228B3AB500C25614 /* PhotoAssetUtilTests.m in Sources */ = {isa = PBXBuildFile; fileRef = 68F4B463228B3AB500C25614 /* PhotoAssetUtilTests.m */; };
|
18 | 19 | 978B8F6F1D3862AE00F588F7 /* AppDelegate.m in Sources */ = {isa = PBXBuildFile; fileRef = 7AFFD8EE1D35381100E5BB4D /* AppDelegate.m */; };
|
|
34 | 35 | remoteGlobalIDString = 97C146ED1CF9000F007C117D;
|
35 | 36 | remoteInfo = Runner;
|
36 | 37 | };
|
| 38 | + 6801C83B2555D726009DAF8D /* PBXContainerItemProxy */ = { |
| 39 | + isa = PBXContainerItemProxy; |
| 40 | + containerPortal = 97C146E61CF9000F007C117D /* Project object */; |
| 41 | + proxyType = 1; |
| 42 | + remoteGlobalIDString = 97C146ED1CF9000F007C117D; |
| 43 | + remoteInfo = Runner; |
| 44 | + }; |
37 | 45 | /* End PBXContainerItemProxy section */
|
38 | 46 |
|
39 | 47 | /* Begin PBXCopyFilesBuildPhase section */
|
|
60 | 68 | 680049352280F2B8006DD6AB /* pngImage.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = pngImage.png; sourceTree = "<group>"; };
|
61 | 69 | 680049362280F2B8006DD6AB /* jpgImage.jpg */ = {isa = PBXFileReference; lastKnownFileType = image.jpeg; path = jpgImage.jpg; sourceTree = "<group>"; };
|
62 | 70 | 6801632E632668F4349764C9 /* 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>"; };
|
| 71 | + 6801C8362555D726009DAF8D /* RunnerUITests.xctest */ = {isa = PBXFileReference; explicitFileType = wrapper.cfbundle; includeInIndex = 0; path = RunnerUITests.xctest; sourceTree = BUILT_PRODUCTS_DIR; }; |
| 72 | + 6801C8382555D726009DAF8D /* ImagePickerFromGalleryUITests.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = ImagePickerFromGalleryUITests.m; sourceTree = "<group>"; }; |
| 73 | + 6801C83A2555D726009DAF8D /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; }; |
63 | 74 | 68B9AF71243E4B3F00927CE4 /* ImagePickerPluginTests.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = ImagePickerPluginTests.m; path = ../../../ios/Tests/ImagePickerPluginTests.m; sourceTree = "<group>"; };
|
64 | 75 | 68F4B463228B3AB500C25614 /* PhotoAssetUtilTests.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; name = PhotoAssetUtilTests.m; path = ../../../ios/Tests/PhotoAssetUtilTests.m; sourceTree = "<group>"; };
|
65 | 76 | 7AFA3C8E1D35360C0083082E /* Release.xcconfig */ = {isa = PBXFileReference; lastKnownFileType = text.xcconfig; name = Release.xcconfig; path = Flutter/Release.xcconfig; sourceTree = "<group>"; };
|
|
88 | 99 | );
|
89 | 100 | runOnlyForDeploymentPostprocessing = 0;
|
90 | 101 | };
|
| 102 | + 6801C8332555D726009DAF8D /* Frameworks */ = { |
| 103 | + isa = PBXFrameworksBuildPhase; |
| 104 | + buildActionMask = 2147483647; |
| 105 | + files = ( |
| 106 | + ); |
| 107 | + runOnlyForDeploymentPostprocessing = 0; |
| 108 | + }; |
91 | 109 | 97C146EB1CF9000F007C117D /* Frameworks */ = {
|
92 | 110 | isa = PBXFrameworksBuildPhase;
|
93 | 111 | buildActionMask = 2147483647;
|
|
123 | 141 | path = TestImages;
|
124 | 142 | sourceTree = "<group>";
|
125 | 143 | };
|
| 144 | + 6801C8372555D726009DAF8D /* RunnerUITests */ = { |
| 145 | + isa = PBXGroup; |
| 146 | + children = ( |
| 147 | + 6801C8382555D726009DAF8D /* ImagePickerFromGalleryUITests.m */, |
| 148 | + 6801C83A2555D726009DAF8D /* Info.plist */, |
| 149 | + ); |
| 150 | + path = RunnerUITests; |
| 151 | + sourceTree = "<group>"; |
| 152 | + }; |
126 | 153 | 840012C8B5EDBCF56B0E4AC1 /* Pods */ = {
|
127 | 154 | isa = PBXGroup;
|
128 | 155 | children = (
|
|
150 | 177 | 9740EEB11CF90186004384FC /* Flutter */,
|
151 | 178 | 97C146F01CF9000F007C117D /* Runner */,
|
152 | 179 | 680049182280D368006DD6AB /* image_picker_exampleTests */,
|
| 180 | + 6801C8372555D726009DAF8D /* RunnerUITests */, |
153 | 181 | 97C146EF1CF9000F007C117D /* Products */,
|
154 | 182 | 840012C8B5EDBCF56B0E4AC1 /* Pods */,
|
155 | 183 | CF3B75C9A7D2FA2A4C99F110 /* Frameworks */,
|
|
161 | 189 | children = (
|
162 | 190 | 97C146EE1CF9000F007C117D /* Runner.app */,
|
163 | 191 | 680049172280D368006DD6AB /* image_picker_exampleTests.xctest */,
|
| 192 | + 6801C8362555D726009DAF8D /* RunnerUITests.xctest */, |
164 | 193 | );
|
165 | 194 | name = Products;
|
166 | 195 | sourceTree = "<group>";
|
|
218 | 247 | productReference = 680049172280D368006DD6AB /* image_picker_exampleTests.xctest */;
|
219 | 248 | productType = "com.apple.product-type.bundle.unit-test";
|
220 | 249 | };
|
| 250 | + 6801C8352555D726009DAF8D /* RunnerUITests */ = { |
| 251 | + isa = PBXNativeTarget; |
| 252 | + buildConfigurationList = 6801C83F2555D726009DAF8D /* Build configuration list for PBXNativeTarget "RunnerUITests" */; |
| 253 | + buildPhases = ( |
| 254 | + 6801C8322555D726009DAF8D /* Sources */, |
| 255 | + 6801C8332555D726009DAF8D /* Frameworks */, |
| 256 | + 6801C8342555D726009DAF8D /* Resources */, |
| 257 | + ); |
| 258 | + buildRules = ( |
| 259 | + ); |
| 260 | + dependencies = ( |
| 261 | + 6801C83C2555D726009DAF8D /* PBXTargetDependency */, |
| 262 | + ); |
| 263 | + name = RunnerUITests; |
| 264 | + productName = RunnerUITests; |
| 265 | + productReference = 6801C8362555D726009DAF8D /* RunnerUITests.xctest */; |
| 266 | + productType = "com.apple.product-type.bundle.ui-testing"; |
| 267 | + }; |
221 | 268 | 97C146ED1CF9000F007C117D /* Runner */ = {
|
222 | 269 | isa = PBXNativeTarget;
|
223 | 270 | buildConfigurationList = 97C147051CF9000F007C117D /* Build configuration list for PBXNativeTarget "Runner" */;
|
|
255 | 302 | ProvisioningStyle = Automatic;
|
256 | 303 | TestTargetID = 97C146ED1CF9000F007C117D;
|
257 | 304 | };
|
| 305 | + 6801C8352555D726009DAF8D = { |
| 306 | + CreatedOnToolsVersion = 11.7; |
| 307 | + ProvisioningStyle = Automatic; |
| 308 | + TestTargetID = 97C146ED1CF9000F007C117D; |
| 309 | + }; |
258 | 310 | 97C146ED1CF9000F007C117D = {
|
259 | 311 | CreatedOnToolsVersion = 7.3.1;
|
260 | 312 | SystemCapabilities = {
|
|
280 | 332 | targets = (
|
281 | 333 | 97C146ED1CF9000F007C117D /* Runner */,
|
282 | 334 | 680049162280D368006DD6AB /* image_picker_exampleTests */,
|
| 335 | + 6801C8352555D726009DAF8D /* RunnerUITests */, |
283 | 336 | );
|
284 | 337 | };
|
285 | 338 | /* End PBXProject section */
|
|
296 | 349 | );
|
297 | 350 | runOnlyForDeploymentPostprocessing = 0;
|
298 | 351 | };
|
| 352 | + 6801C8342555D726009DAF8D /* Resources */ = { |
| 353 | + isa = PBXResourcesBuildPhase; |
| 354 | + buildActionMask = 2147483647; |
| 355 | + files = ( |
| 356 | + ); |
| 357 | + runOnlyForDeploymentPostprocessing = 0; |
| 358 | + }; |
299 | 359 | 97C146EC1CF9000F007C117D /* Resources */ = {
|
300 | 360 | isa = PBXResourcesBuildPhase;
|
301 | 361 | buildActionMask = 2147483647;
|
|
389 | 449 | );
|
390 | 450 | runOnlyForDeploymentPostprocessing = 0;
|
391 | 451 | };
|
| 452 | + 6801C8322555D726009DAF8D /* Sources */ = { |
| 453 | + isa = PBXSourcesBuildPhase; |
| 454 | + buildActionMask = 2147483647; |
| 455 | + files = ( |
| 456 | + 6801C8392555D726009DAF8D /* ImagePickerFromGalleryUITests.m in Sources */, |
| 457 | + ); |
| 458 | + runOnlyForDeploymentPostprocessing = 0; |
| 459 | + }; |
392 | 460 | 97C146EA1CF9000F007C117D /* Sources */ = {
|
393 | 461 | isa = PBXSourcesBuildPhase;
|
394 | 462 | buildActionMask = 2147483647;
|
|
407 | 475 | target = 97C146ED1CF9000F007C117D /* Runner */;
|
408 | 476 | targetProxy = 6800491C2280D368006DD6AB /* PBXContainerItemProxy */;
|
409 | 477 | };
|
| 478 | + 6801C83C2555D726009DAF8D /* PBXTargetDependency */ = { |
| 479 | + isa = PBXTargetDependency; |
| 480 | + target = 97C146ED1CF9000F007C117D /* Runner */; |
| 481 | + targetProxy = 6801C83B2555D726009DAF8D /* PBXContainerItemProxy */; |
| 482 | + }; |
410 | 483 | /* End PBXTargetDependency section */
|
411 | 484 |
|
412 | 485 | /* Begin PBXVariantGroup section */
|
|
480 | 553 | };
|
481 | 554 | name = Release;
|
482 | 555 | };
|
| 556 | + 6801C83D2555D726009DAF8D /* Debug */ = { |
| 557 | + isa = XCBuildConfiguration; |
| 558 | + buildSettings = { |
| 559 | + CLANG_ANALYZER_NUMBER_OBJECT_CONVERSION = YES_AGGRESSIVE; |
| 560 | + CLANG_CXX_LANGUAGE_STANDARD = "gnu++14"; |
| 561 | + CLANG_ENABLE_OBJC_WEAK = YES; |
| 562 | + CLANG_WARN_DOCUMENTATION_COMMENTS = YES; |
| 563 | + CLANG_WARN_UNGUARDED_AVAILABILITY = YES_AGGRESSIVE; |
| 564 | + "CODE_SIGN_IDENTITY[sdk=macosx*]" = "Apple Development"; |
| 565 | + CODE_SIGN_STYLE = Automatic; |
| 566 | + DEVELOPMENT_TEAM = ""; |
| 567 | + GCC_C_LANGUAGE_STANDARD = gnu11; |
| 568 | + INFOPLIST_FILE = RunnerUITests/Info.plist; |
| 569 | + IPHONEOS_DEPLOYMENT_TARGET = 9.0; |
| 570 | + LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks"; |
| 571 | + MTL_ENABLE_DEBUG_INFO = INCLUDE_SOURCE; |
| 572 | + MTL_FAST_MATH = YES; |
| 573 | + PRODUCT_BUNDLE_IDENTIFIER = com.google.RunnerUITests; |
| 574 | + PRODUCT_NAME = "$(TARGET_NAME)"; |
| 575 | + TARGETED_DEVICE_FAMILY = "1,2"; |
| 576 | + TEST_TARGET_NAME = Runner; |
| 577 | + }; |
| 578 | + name = Debug; |
| 579 | + }; |
| 580 | + 6801C83E2555D726009DAF8D /* Release */ = { |
| 581 | + isa = XCBuildConfiguration; |
| 582 | + buildSettings = { |
| 583 | + CLANG_ANALYZER_NUMBER_OBJECT_CONVERSION = YES_AGGRESSIVE; |
| 584 | + CLANG_CXX_LANGUAGE_STANDARD = "gnu++14"; |
| 585 | + CLANG_ENABLE_OBJC_WEAK = YES; |
| 586 | + CLANG_WARN_DOCUMENTATION_COMMENTS = YES; |
| 587 | + CLANG_WARN_UNGUARDED_AVAILABILITY = YES_AGGRESSIVE; |
| 588 | + "CODE_SIGN_IDENTITY[sdk=macosx*]" = "Apple Development"; |
| 589 | + CODE_SIGN_STYLE = Automatic; |
| 590 | + DEVELOPMENT_TEAM = ""; |
| 591 | + GCC_C_LANGUAGE_STANDARD = gnu11; |
| 592 | + INFOPLIST_FILE = RunnerUITests/Info.plist; |
| 593 | + IPHONEOS_DEPLOYMENT_TARGET = 9.0; |
| 594 | + LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks"; |
| 595 | + MTL_FAST_MATH = YES; |
| 596 | + PRODUCT_BUNDLE_IDENTIFIER = com.google.RunnerUITests; |
| 597 | + PRODUCT_NAME = "$(TARGET_NAME)"; |
| 598 | + TARGETED_DEVICE_FAMILY = "1,2"; |
| 599 | + TEST_TARGET_NAME = Runner; |
| 600 | + }; |
| 601 | + name = Release; |
| 602 | + }; |
483 | 603 | 97C147031CF9000F007C117D /* Debug */ = {
|
484 | 604 | isa = XCBuildConfiguration;
|
485 |
| - baseConfigurationReference = 9740EEB21CF90195004384FC /* Debug.xcconfig */; |
486 | 605 | buildSettings = {
|
487 | 606 | ALWAYS_SEARCH_USER_PATHS = NO;
|
488 | 607 | CLANG_ANALYZER_LOCALIZABILITY_NONLOCALIZED = YES;
|
|
539 | 658 | };
|
540 | 659 | 97C147041CF9000F007C117D /* Release */ = {
|
541 | 660 | isa = XCBuildConfiguration;
|
542 |
| - baseConfigurationReference = 7AFA3C8E1D35360C0083082E /* Release.xcconfig */; |
543 | 661 | buildSettings = {
|
544 | 662 | ALWAYS_SEARCH_USER_PATHS = NO;
|
545 | 663 | CLANG_ANALYZER_LOCALIZABILITY_NONLOCALIZED = YES;
|
|
644 | 762 | defaultConfigurationIsVisible = 0;
|
645 | 763 | defaultConfigurationName = Release;
|
646 | 764 | };
|
| 765 | + 6801C83F2555D726009DAF8D /* Build configuration list for PBXNativeTarget "RunnerUITests" */ = { |
| 766 | + isa = XCConfigurationList; |
| 767 | + buildConfigurations = ( |
| 768 | + 6801C83D2555D726009DAF8D /* Debug */, |
| 769 | + 6801C83E2555D726009DAF8D /* Release */, |
| 770 | + ); |
| 771 | + defaultConfigurationIsVisible = 0; |
| 772 | + defaultConfigurationName = Release; |
| 773 | + }; |
647 | 774 | 97C146E91CF9000F007C117D /* Build configuration list for PBXProject "Runner" */ = {
|
648 | 775 | isa = XCConfigurationList;
|
649 | 776 | buildConfigurations = (
|
|
0 commit comments