|
16 | 16 | 97C146FE1CF9000F007C117D /* Assets.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = 97C146FD1CF9000F007C117D /* Assets.xcassets */; }; |
17 | 17 | 97C147011CF9000F007C117D /* LaunchScreen.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = 97C146FF1CF9000F007C117D /* LaunchScreen.storyboard */; }; |
18 | 18 | A95C5CF9F58E465261D3D523 /* Pods_Runner.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = E6228E8708160B7145026049 /* Pods_Runner.framework */; }; |
| 19 | + E1FBF0C12DAE7C460017C51F /* GoogleService-Info.plist in Resources */ = {isa = PBXBuildFile; fileRef = E1FBF0C02DAE7C460017C51F /* GoogleService-Info.plist */; }; |
19 | 20 | /* End PBXBuildFile section */ |
20 | 21 |
|
21 | 22 | /* Begin PBXContainerItemProxy section */ |
|
63 | 64 | A0C3D7BA37E297BF670F5764 /* Pods-RunnerTests.profile.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-RunnerTests.profile.xcconfig"; path = "Target Support Files/Pods-RunnerTests/Pods-RunnerTests.profile.xcconfig"; sourceTree = "<group>"; }; |
64 | 65 | B955AE8AC425CE69815F5900 /* Pods_RunnerTests.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = Pods_RunnerTests.framework; sourceTree = BUILT_PRODUCTS_DIR; }; |
65 | 66 | C7F447F3DE684CF75971C579 /* Pods-Runner.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-Runner.release.xcconfig"; path = "Target Support Files/Pods-Runner/Pods-Runner.release.xcconfig"; sourceTree = "<group>"; }; |
| 67 | + E1FBF0C02DAE7C460017C51F /* GoogleService-Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = "GoogleService-Info.plist"; sourceTree = "<group>"; }; |
66 | 68 | E6228E8708160B7145026049 /* Pods_Runner.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = Pods_Runner.framework; sourceTree = BUILT_PRODUCTS_DIR; }; |
67 | 69 | E771DCC6EFA21C1573E7EC1E /* Pods-RunnerTests.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-RunnerTests.debug.xcconfig"; path = "Target Support Files/Pods-RunnerTests/Pods-RunnerTests.debug.xcconfig"; sourceTree = "<group>"; }; |
68 | 70 | /* End PBXFileReference section */ |
|
105 | 107 | 70F87F2E741779C30B5DB63A /* Pods-RunnerTests.release.xcconfig */, |
106 | 108 | A0C3D7BA37E297BF670F5764 /* Pods-RunnerTests.profile.xcconfig */, |
107 | 109 | ); |
108 | | - name = Pods; |
109 | 110 | path = Pods; |
110 | 111 | sourceTree = "<group>"; |
111 | 112 | }; |
|
144 | 145 | 97C146F01CF9000F007C117D /* Runner */ = { |
145 | 146 | isa = PBXGroup; |
146 | 147 | children = ( |
| 148 | + E1FBF0C02DAE7C460017C51F /* GoogleService-Info.plist */, |
147 | 149 | 97C146FA1CF9000F007C117D /* Main.storyboard */, |
148 | 150 | 97C146FD1CF9000F007C117D /* Assets.xcassets */, |
149 | 151 | 97C146FF1CF9000F007C117D /* LaunchScreen.storyboard */, |
|
262 | 264 | files = ( |
263 | 265 | 97C147011CF9000F007C117D /* LaunchScreen.storyboard in Resources */, |
264 | 266 | 3B3967161E833CAA004F5970 /* AppFrameworkInfo.plist in Resources */, |
| 267 | + E1FBF0C12DAE7C460017C51F /* GoogleService-Info.plist in Resources */, |
265 | 268 | 97C146FE1CF9000F007C117D /* Assets.xcassets in Resources */, |
266 | 269 | 97C146FC1CF9000F007C117D /* Main.storyboard in Resources */, |
267 | 270 | ); |
|
470 | 473 | buildSettings = { |
471 | 474 | ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon; |
472 | 475 | CLANG_ENABLE_MODULES = YES; |
| 476 | + CODE_SIGN_IDENTITY = "Apple Development"; |
| 477 | + CODE_SIGN_STYLE = Automatic; |
473 | 478 | CURRENT_PROJECT_VERSION = "$(FLUTTER_BUILD_NUMBER)"; |
| 479 | + DEVELOPMENT_TEAM = LRG496B3VQ; |
474 | 480 | ENABLE_BITCODE = NO; |
475 | 481 | INFOPLIST_FILE = Runner/Info.plist; |
| 482 | + IPHONEOS_DEPLOYMENT_TARGET = 13.0; |
476 | 483 | LD_RUNPATH_SEARCH_PATHS = ( |
477 | 484 | "$(inherited)", |
478 | 485 | "@executable_path/Frameworks", |
479 | 486 | ); |
480 | 487 | PRODUCT_BUNDLE_IDENTIFIER = com.codel.codel; |
481 | 488 | PRODUCT_NAME = "$(TARGET_NAME)"; |
| 489 | + PROVISIONING_PROFILE_SPECIFIER = ""; |
482 | 490 | SWIFT_OBJC_BRIDGING_HEADER = "Runner/Runner-Bridging-Header.h"; |
483 | 491 | SWIFT_VERSION = 5.0; |
484 | 492 | VERSIONING_SYSTEM = "apple-generic"; |
|
652 | 660 | buildSettings = { |
653 | 661 | ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon; |
654 | 662 | CLANG_ENABLE_MODULES = YES; |
| 663 | + CODE_SIGN_IDENTITY = "Apple Development"; |
| 664 | + CODE_SIGN_STYLE = Automatic; |
655 | 665 | CURRENT_PROJECT_VERSION = "$(FLUTTER_BUILD_NUMBER)"; |
| 666 | + DEVELOPMENT_TEAM = LRG496B3VQ; |
656 | 667 | ENABLE_BITCODE = NO; |
657 | 668 | INFOPLIST_FILE = Runner/Info.plist; |
| 669 | + IPHONEOS_DEPLOYMENT_TARGET = 13.0; |
658 | 670 | LD_RUNPATH_SEARCH_PATHS = ( |
659 | 671 | "$(inherited)", |
660 | 672 | "@executable_path/Frameworks", |
661 | 673 | ); |
662 | 674 | PRODUCT_BUNDLE_IDENTIFIER = com.codel.codel; |
663 | 675 | PRODUCT_NAME = "$(TARGET_NAME)"; |
| 676 | + PROVISIONING_PROFILE_SPECIFIER = ""; |
664 | 677 | SWIFT_OBJC_BRIDGING_HEADER = "Runner/Runner-Bridging-Header.h"; |
665 | 678 | SWIFT_OPTIMIZATION_LEVEL = "-Onone"; |
666 | 679 | SWIFT_VERSION = 5.0; |
|
674 | 687 | buildSettings = { |
675 | 688 | ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon; |
676 | 689 | CLANG_ENABLE_MODULES = YES; |
| 690 | + CODE_SIGN_IDENTITY = "Apple Development"; |
| 691 | + CODE_SIGN_STYLE = Automatic; |
677 | 692 | CURRENT_PROJECT_VERSION = "$(FLUTTER_BUILD_NUMBER)"; |
| 693 | + DEVELOPMENT_TEAM = LRG496B3VQ; |
678 | 694 | ENABLE_BITCODE = NO; |
679 | 695 | INFOPLIST_FILE = Runner/Info.plist; |
| 696 | + IPHONEOS_DEPLOYMENT_TARGET = 13.0; |
680 | 697 | LD_RUNPATH_SEARCH_PATHS = ( |
681 | 698 | "$(inherited)", |
682 | 699 | "@executable_path/Frameworks", |
683 | 700 | ); |
684 | 701 | PRODUCT_BUNDLE_IDENTIFIER = com.codel.codel; |
685 | 702 | PRODUCT_NAME = "$(TARGET_NAME)"; |
| 703 | + PROVISIONING_PROFILE_SPECIFIER = ""; |
686 | 704 | SWIFT_OBJC_BRIDGING_HEADER = "Runner/Runner-Bridging-Header.h"; |
687 | 705 | SWIFT_VERSION = 5.0; |
688 | 706 | VERSIONING_SYSTEM = "apple-generic"; |
|
0 commit comments