| .. | .. |
|---|
| 53 | 53 | 6E8ED95FB2D20F34294BD581 /* Pods_Runner.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = Pods_Runner.framework; sourceTree = BUILT_PRODUCTS_DIR; }; |
|---|
| 54 | 54 | 74858FAD1ED2DC5600515810 /* Runner-Bridging-Header.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = "Runner-Bridging-Header.h"; sourceTree = "<group>"; }; |
|---|
| 55 | 55 | 74858FAE1ED2DC5600515810 /* AppDelegate.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = AppDelegate.swift; sourceTree = "<group>"; }; |
|---|
| 56 | + A1B2C3D4E5F601234567890A /* Runner.entitlements */ = {isa = PBXFileReference; lastKnownFileType = text.plist.entitlements; path = Runner.entitlements; sourceTree = "<group>"; }; |
|---|
| 56 | 57 | 7884E8672EC3CC0400C636F2 /* SceneDelegate.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = SceneDelegate.swift; sourceTree = "<group>"; }; |
|---|
| 57 | 58 | 7AFA3C8E1D35360C0083082E /* Release.xcconfig */ = {isa = PBXFileReference; lastKnownFileType = text.xcconfig; name = Release.xcconfig; path = Flutter/Release.xcconfig; sourceTree = "<group>"; }; |
|---|
| 58 | 59 | 923BC14277A1E9646A04D00D /* 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>"; }; |
|---|
| .. | .. |
|---|
| 150 | 151 | 74858FAE1ED2DC5600515810 /* AppDelegate.swift */, |
|---|
| 151 | 152 | 7884E8672EC3CC0400C636F2 /* SceneDelegate.swift */, |
|---|
| 152 | 153 | 74858FAD1ED2DC5600515810 /* Runner-Bridging-Header.h */, |
|---|
| 154 | + A1B2C3D4E5F601234567890A /* Runner.entitlements */, |
|---|
| 153 | 155 | ); |
|---|
| 154 | 156 | path = Runner; |
|---|
| 155 | 157 | sourceTree = "<group>"; |
|---|
| .. | .. |
|---|
| 492 | 494 | buildSettings = { |
|---|
| 493 | 495 | ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon; |
|---|
| 494 | 496 | CLANG_ENABLE_MODULES = YES; |
|---|
| 497 | + CODE_SIGN_ENTITLEMENTS = Runner/Runner.entitlements; |
|---|
| 495 | 498 | CURRENT_PROJECT_VERSION = "$(FLUTTER_BUILD_NUMBER)"; |
|---|
| 496 | 499 | DEVELOPMENT_TEAM = 7KU642K5ZL; |
|---|
| 497 | 500 | ENABLE_BITCODE = NO; |
|---|
| .. | .. |
|---|
| 675 | 678 | buildSettings = { |
|---|
| 676 | 679 | ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon; |
|---|
| 677 | 680 | CLANG_ENABLE_MODULES = YES; |
|---|
| 681 | + CODE_SIGN_ENTITLEMENTS = Runner/Runner.entitlements; |
|---|
| 678 | 682 | CURRENT_PROJECT_VERSION = "$(FLUTTER_BUILD_NUMBER)"; |
|---|
| 679 | 683 | DEVELOPMENT_TEAM = 7KU642K5ZL; |
|---|
| 680 | 684 | ENABLE_BITCODE = NO; |
|---|
| .. | .. |
|---|
| 698 | 702 | buildSettings = { |
|---|
| 699 | 703 | ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon; |
|---|
| 700 | 704 | CLANG_ENABLE_MODULES = YES; |
|---|
| 705 | + CODE_SIGN_ENTITLEMENTS = Runner/Runner.entitlements; |
|---|
| 701 | 706 | CURRENT_PROJECT_VERSION = "$(FLUTTER_BUILD_NUMBER)"; |
|---|
| 702 | 707 | DEVELOPMENT_TEAM = 7KU642K5ZL; |
|---|
| 703 | 708 | ENABLE_BITCODE = NO; |
|---|