|
22 | 22 | 782C2B46299ECE33008DC703 /* jpgImageWithRightOrientation.jpg in Resources */ = {isa = PBXBuildFile; fileRef = 782C2B44299ECE33008DC703 /* jpgImageWithRightOrientation.jpg */; }; |
23 | 23 | 7865C5E12941326F0010E17F /* bmpImage.bmp in Resources */ = {isa = PBXBuildFile; fileRef = 7865C5E02941326F0010E17F /* bmpImage.bmp */; }; |
24 | 24 | 7865C5E22941326F0010E17F /* bmpImage.bmp in Resources */ = {isa = PBXBuildFile; fileRef = 7865C5E02941326F0010E17F /* bmpImage.bmp */; }; |
25 | | - 7865C5E4294132D50010E17F /* svgImage.svg in Resources */ = {isa = PBXBuildFile; fileRef = 7865C5E3294132D50010E17F /* svgImage.svg */; }; |
26 | | - 7865C5E5294132D50010E17F /* svgImage.svg in Resources */ = {isa = PBXBuildFile; fileRef = 7865C5E3294132D50010E17F /* svgImage.svg */; }; |
27 | 25 | 7865C5E72941374F0010E17F /* heicImage.heic in Resources */ = {isa = PBXBuildFile; fileRef = 7865C5E62941374F0010E17F /* heicImage.heic */; }; |
28 | 26 | 7865C5E82941374F0010E17F /* heicImage.heic in Resources */ = {isa = PBXBuildFile; fileRef = 7865C5E62941374F0010E17F /* heicImage.heic */; }; |
29 | 27 | 7865C5EA294137960010E17F /* icoImage.ico in Resources */ = {isa = PBXBuildFile; fileRef = 7865C5E9294137960010E17F /* icoImage.ico */; }; |
|
99 | 97 | 68F4B463228B3AB500C25614 /* PhotoAssetUtilTests.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = PhotoAssetUtilTests.m; sourceTree = "<group>"; }; |
100 | 98 | 782C2B44299ECE33008DC703 /* jpgImageWithRightOrientation.jpg */ = {isa = PBXFileReference; lastKnownFileType = image.jpeg; path = jpgImageWithRightOrientation.jpg; sourceTree = "<group>"; }; |
101 | 99 | 7865C5E02941326F0010E17F /* bmpImage.bmp */ = {isa = PBXFileReference; lastKnownFileType = image.bmp; path = bmpImage.bmp; sourceTree = "<group>"; }; |
102 | | - 7865C5E3294132D50010E17F /* svgImage.svg */ = {isa = PBXFileReference; lastKnownFileType = text; path = svgImage.svg; sourceTree = "<group>"; }; |
103 | 100 | 7865C5E62941374F0010E17F /* heicImage.heic */ = {isa = PBXFileReference; lastKnownFileType = file; path = heicImage.heic; sourceTree = "<group>"; }; |
104 | 101 | 7865C5E9294137960010E17F /* icoImage.ico */ = {isa = PBXFileReference; lastKnownFileType = image.ico; path = icoImage.ico; sourceTree = "<group>"; }; |
105 | 102 | 7865C5EC294137AB0010E17F /* tiffImage.tiff */ = {isa = PBXFileReference; lastKnownFileType = image.tiff; path = tiffImage.tiff; sourceTree = "<group>"; }; |
|
182 | 179 | 7865C5FB294157BB0010E17F /* icnsImage.icns */, |
183 | 180 | 7865C5E9294137960010E17F /* icoImage.ico */, |
184 | 181 | 7865C5FE294252A60010E17F /* proRawImage.dng */, |
185 | | - 7865C5E3294132D50010E17F /* svgImage.svg */, |
186 | 182 | 7865C5EC294137AB0010E17F /* tiffImage.tiff */, |
187 | 183 | ); |
188 | 184 | path = TestImages; |
|
345 | 341 | isa = PBXProject; |
346 | 342 | attributes = { |
347 | 343 | DefaultBuildSystemTypeForWorkspace = Original; |
348 | | - LastUpgradeCheck = 1300; |
| 344 | + LastUpgradeCheck = 1430; |
349 | 345 | ORGANIZATIONNAME = "The Flutter Authors"; |
350 | 346 | TargetAttributes = { |
351 | 347 | 334733F12668136400DCC49E = { |
|
394 | 390 | buildActionMask = 2147483647; |
395 | 391 | files = ( |
396 | 392 | 7865C5E12941326F0010E17F /* bmpImage.bmp in Resources */, |
397 | | - 7865C5E4294132D50010E17F /* svgImage.svg in Resources */, |
398 | 393 | 86430DF9272D71E9002D9D6C /* gifImage.gif in Resources */, |
399 | 394 | 7865C5FF294252A60010E17F /* proRawImage.dng in Resources */, |
400 | 395 | 7865C5EA294137960010E17F /* icoImage.ico in Resources */, |
|
422 | 417 | 7865C5EB294137960010E17F /* icoImage.ico in Resources */, |
423 | 418 | 7865C5E22941326F0010E17F /* bmpImage.bmp in Resources */, |
424 | 419 | 7865C600294252A60010E17F /* proRawImage.dng in Resources */, |
425 | | - 7865C5E5294132D50010E17F /* svgImage.svg in Resources */, |
426 | 420 | ); |
427 | 421 | runOnlyForDeploymentPostprocessing = 0; |
428 | 422 | }; |
|
588 | 582 | BUNDLE_LOADER = "$(TEST_HOST)"; |
589 | 583 | CODE_SIGN_STYLE = Automatic; |
590 | 584 | INFOPLIST_FILE = RunnerTests/Info.plist; |
591 | | - LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks"; |
| 585 | + LD_RUNPATH_SEARCH_PATHS = ( |
| 586 | + "$(inherited)", |
| 587 | + "@executable_path/Frameworks", |
| 588 | + "@loader_path/Frameworks", |
| 589 | + ); |
592 | 590 | PRODUCT_BUNDLE_IDENTIFIER = dev.flutter.plugins.RunnerTests; |
593 | 591 | PRODUCT_NAME = "$(TARGET_NAME)"; |
594 | 592 | TEST_HOST = "$(BUILT_PRODUCTS_DIR)/Runner.app/Runner"; |
|
602 | 600 | BUNDLE_LOADER = "$(TEST_HOST)"; |
603 | 601 | CODE_SIGN_STYLE = Automatic; |
604 | 602 | INFOPLIST_FILE = RunnerTests/Info.plist; |
605 | | - LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks"; |
| 603 | + LD_RUNPATH_SEARCH_PATHS = ( |
| 604 | + "$(inherited)", |
| 605 | + "@executable_path/Frameworks", |
| 606 | + "@loader_path/Frameworks", |
| 607 | + ); |
606 | 608 | PRODUCT_BUNDLE_IDENTIFIER = dev.flutter.plugins.RunnerTests; |
607 | 609 | PRODUCT_NAME = "$(TARGET_NAME)"; |
608 | 610 | TEST_HOST = "$(BUILT_PRODUCTS_DIR)/Runner.app/Runner"; |
|
622 | 624 | GCC_C_LANGUAGE_STANDARD = gnu11; |
623 | 625 | INFOPLIST_FILE = RunnerUITests/Info.plist; |
624 | 626 | IPHONEOS_DEPLOYMENT_TARGET = 11.0; |
625 | | - LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks"; |
| 627 | + LD_RUNPATH_SEARCH_PATHS = ( |
| 628 | + "$(inherited)", |
| 629 | + "@executable_path/Frameworks", |
| 630 | + "@loader_path/Frameworks", |
| 631 | + ); |
626 | 632 | MTL_ENABLE_DEBUG_INFO = INCLUDE_SOURCE; |
627 | 633 | MTL_FAST_MATH = YES; |
628 | 634 | PRODUCT_BUNDLE_IDENTIFIER = com.google.RunnerUITests; |
|
645 | 651 | GCC_C_LANGUAGE_STANDARD = gnu11; |
646 | 652 | INFOPLIST_FILE = RunnerUITests/Info.plist; |
647 | 653 | IPHONEOS_DEPLOYMENT_TARGET = 11.0; |
648 | | - LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks"; |
| 654 | + LD_RUNPATH_SEARCH_PATHS = ( |
| 655 | + "$(inherited)", |
| 656 | + "@executable_path/Frameworks", |
| 657 | + "@loader_path/Frameworks", |
| 658 | + ); |
649 | 659 | MTL_FAST_MATH = YES; |
650 | 660 | PRODUCT_BUNDLE_IDENTIFIER = com.google.RunnerUITests; |
651 | 661 | PRODUCT_NAME = "$(TARGET_NAME)"; |
|
771 | 781 | "$(PROJECT_DIR)/Flutter", |
772 | 782 | ); |
773 | 783 | INFOPLIST_FILE = Runner/Info.plist; |
774 | | - LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks"; |
| 784 | + LD_RUNPATH_SEARCH_PATHS = ( |
| 785 | + "$(inherited)", |
| 786 | + "@executable_path/Frameworks", |
| 787 | + ); |
775 | 788 | LIBRARY_SEARCH_PATHS = ( |
776 | 789 | "$(inherited)", |
777 | 790 | "$(PROJECT_DIR)/Flutter", |
|
792 | 805 | "$(PROJECT_DIR)/Flutter", |
793 | 806 | ); |
794 | 807 | INFOPLIST_FILE = Runner/Info.plist; |
795 | | - LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks"; |
| 808 | + LD_RUNPATH_SEARCH_PATHS = ( |
| 809 | + "$(inherited)", |
| 810 | + "@executable_path/Frameworks", |
| 811 | + ); |
796 | 812 | LIBRARY_SEARCH_PATHS = ( |
797 | 813 | "$(inherited)", |
798 | 814 | "$(PROJECT_DIR)/Flutter", |
|
0 commit comments