|
56 | 56 | 7AFA3C8E1D35360C0083082E /* Release.xcconfig */ = {isa = PBXFileReference; lastKnownFileType = text.xcconfig; name = Release.xcconfig; path = Flutter/Release.xcconfig; sourceTree = "<group>"; }; |
57 | 57 | 8362715010B1DC025B396ED3 /* 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>"; }; |
58 | 58 | 8DD46F1E543D90202726C03D /* Pods-RunnerTests.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-RunnerTests.release.xcconfig"; path = "Target Support Files/Pods-RunnerTests/Pods-RunnerTests.release.xcconfig"; sourceTree = "<group>"; }; |
| 59 | + 925D64452BA7F98500C41197 /* Runner.entitlements */ = {isa = PBXFileReference; lastKnownFileType = text.plist.entitlements; path = Runner.entitlements; sourceTree = "<group>"; }; |
59 | 60 | 9740EEB21CF90195004384FC /* Debug.xcconfig */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.xcconfig; name = Debug.xcconfig; path = Flutter/Debug.xcconfig; sourceTree = "<group>"; }; |
60 | 61 | 9740EEB31CF90195004384FC /* Generated.xcconfig */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.xcconfig; name = Generated.xcconfig; path = Flutter/Generated.xcconfig; sourceTree = "<group>"; }; |
61 | 62 | 97C146EE1CF9000F007C117D /* Runner.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = Runner.app; sourceTree = BUILT_PRODUCTS_DIR; }; |
|
152 | 153 | 97C146F01CF9000F007C117D /* Runner */ = { |
153 | 154 | isa = PBXGroup; |
154 | 155 | children = ( |
| 156 | + 925D64452BA7F98500C41197 /* Runner.entitlements */, |
155 | 157 | 97C146FA1CF9000F007C117D /* Main.storyboard */, |
156 | 158 | 97C146FD1CF9000F007C117D /* Assets.xcassets */, |
157 | 159 | 97C146FF1CF9000F007C117D /* LaunchScreen.storyboard */, |
|
467 | 469 | buildSettings = { |
468 | 470 | ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon; |
469 | 471 | CLANG_ENABLE_MODULES = YES; |
| 472 | + CODE_SIGN_ENTITLEMENTS = Runner/Runner.entitlements; |
470 | 473 | CURRENT_PROJECT_VERSION = "$(FLUTTER_BUILD_NUMBER)"; |
| 474 | + DEVELOPMENT_TEAM = ""; |
471 | 475 | ENABLE_BITCODE = NO; |
472 | 476 | INFOPLIST_FILE = Runner/Info.plist; |
473 | 477 | IPHONEOS_DEPLOYMENT_TARGET = 14.0; |
|
647 | 651 | buildSettings = { |
648 | 652 | ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon; |
649 | 653 | CLANG_ENABLE_MODULES = YES; |
| 654 | + CODE_SIGN_ENTITLEMENTS = Runner/Runner.entitlements; |
650 | 655 | CURRENT_PROJECT_VERSION = "$(FLUTTER_BUILD_NUMBER)"; |
| 656 | + DEVELOPMENT_TEAM = ""; |
651 | 657 | ENABLE_BITCODE = NO; |
652 | 658 | INFOPLIST_FILE = Runner/Info.plist; |
653 | 659 | IPHONEOS_DEPLOYMENT_TARGET = 14.0; |
|
671 | 677 | buildSettings = { |
672 | 678 | ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon; |
673 | 679 | CLANG_ENABLE_MODULES = YES; |
| 680 | + CODE_SIGN_ENTITLEMENTS = Runner/Runner.entitlements; |
674 | 681 | CURRENT_PROJECT_VERSION = "$(FLUTTER_BUILD_NUMBER)"; |
| 682 | + DEVELOPMENT_TEAM = ""; |
675 | 683 | ENABLE_BITCODE = NO; |
676 | 684 | INFOPLIST_FILE = Runner/Info.plist; |
677 | 685 | IPHONEOS_DEPLOYMENT_TARGET = 14.0; |
|
0 commit comments