|
36 | 36 | 3B3967151E833CAA004F5970 /* AppFrameworkInfo.plist */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.plist.xml; name = AppFrameworkInfo.plist; path = Flutter/AppFrameworkInfo.plist; sourceTree = "<group>"; }; |
37 | 37 | 74858FAD1ED2DC5600515810 /* Runner-Bridging-Header.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = "Runner-Bridging-Header.h"; sourceTree = "<group>"; }; |
38 | 38 | 74858FAE1ED2DC5600515810 /* AppDelegate.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = AppDelegate.swift; sourceTree = "<group>"; }; |
| 39 | + 791A11FE2E5F507C006859F5 /* Runner.entitlements */ = {isa = PBXFileReference; lastKnownFileType = text.plist.entitlements; path = Runner.entitlements; sourceTree = "<group>"; }; |
39 | 40 | 7AFA3C8E1D35360C0083082E /* Release.xcconfig */ = {isa = PBXFileReference; lastKnownFileType = text.xcconfig; name = Release.xcconfig; path = Flutter/Release.xcconfig; sourceTree = "<group>"; }; |
40 | 41 | 89CEA82799D734CC486F5D5A /* Pods_Runner.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = Pods_Runner.framework; sourceTree = BUILT_PRODUCTS_DIR; }; |
41 | 42 | 9740EEB21CF90195004384FC /* Debug.xcconfig */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.xcconfig; name = Debug.xcconfig; path = Flutter/Debug.xcconfig; sourceTree = "<group>"; }; |
|
68 | 69 | 9F7A42A0F8397A30C48EF6B6 /* Pods-Runner.release.xcconfig */, |
69 | 70 | FC8416E7A50F84EA287634DD /* Pods-Runner.profile.xcconfig */, |
70 | 71 | ); |
71 | | - name = Pods; |
72 | 72 | path = Pods; |
73 | 73 | sourceTree = "<group>"; |
74 | 74 | }; |
|
113 | 113 | 97C146F01CF9000F007C117D /* Runner */ = { |
114 | 114 | isa = PBXGroup; |
115 | 115 | children = ( |
| 116 | + 791A11FE2E5F507C006859F5 /* Runner.entitlements */, |
116 | 117 | 97C146FA1CF9000F007C117D /* Main.storyboard */, |
117 | 118 | 97C146FD1CF9000F007C117D /* Assets.xcassets */, |
118 | 119 | 97C146FF1CF9000F007C117D /* LaunchScreen.storyboard */, |
|
358 | 359 | buildSettings = { |
359 | 360 | ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon; |
360 | 361 | CLANG_ENABLE_MODULES = YES; |
| 362 | + CODE_SIGN_ENTITLEMENTS = Runner/Runner.entitlements; |
361 | 363 | CURRENT_PROJECT_VERSION = "$(FLUTTER_BUILD_NUMBER)"; |
362 | 364 | ENABLE_BITCODE = NO; |
363 | 365 | INFOPLIST_FILE = Runner/Info.plist; |
|
486 | 488 | buildSettings = { |
487 | 489 | ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon; |
488 | 490 | CLANG_ENABLE_MODULES = YES; |
| 491 | + CODE_SIGN_ENTITLEMENTS = Runner/Runner.entitlements; |
489 | 492 | CURRENT_PROJECT_VERSION = "$(FLUTTER_BUILD_NUMBER)"; |
490 | 493 | ENABLE_BITCODE = NO; |
491 | 494 | INFOPLIST_FILE = Runner/Info.plist; |
|
508 | 511 | buildSettings = { |
509 | 512 | ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon; |
510 | 513 | CLANG_ENABLE_MODULES = YES; |
| 514 | + CODE_SIGN_ENTITLEMENTS = Runner/Runner.entitlements; |
511 | 515 | CURRENT_PROJECT_VERSION = "$(FLUTTER_BUILD_NUMBER)"; |
512 | 516 | ENABLE_BITCODE = NO; |
513 | 517 | INFOPLIST_FILE = Runner/Info.plist; |
|
0 commit comments