File tree Expand file tree Collapse file tree 2 files changed +11
-0
lines changed Expand file tree Collapse file tree 2 files changed +11
-0
lines changed Original file line number Diff line number Diff line change 47
47
1498D2331E8E89220040F4C2 /* GeneratedPluginRegistrant.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = GeneratedPluginRegistrant.m; sourceTree = "<group>"; };
48
48
15A74CDD250075770078F130 /* Buggy.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = Buggy.h; sourceTree = "<group>"; };
49
49
15A74CDE250075770078F130 /* Buggy.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = Buggy.m; sourceTree = "<group>"; };
50
+ 247E97BE2BD7CCF100751E38 /* RunnerRelease.entitlements */ = {isa = PBXFileReference; lastKnownFileType = text.plist.entitlements; path = RunnerRelease.entitlements; sourceTree = "<group>"; };
50
51
38199AEAF0F80C193173BC10 /* Pods-Runner.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-Runner.debug.xcconfig"; path = "Target Support Files/Pods-Runner/Pods-Runner.debug.xcconfig"; sourceTree = "<group>"; };
51
52
3B3967151E833CAA004F5970 /* AppFrameworkInfo.plist */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.plist.xml; name = AppFrameworkInfo.plist; path = Flutter/AppFrameworkInfo.plist; sourceTree = "<group>"; };
52
53
3CEA108DF90E0A3E0A377D59 /* 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>"; };
146
147
97C146F01CF9000F007C117D /* Runner */ = {
147
148
isa = PBXGroup;
148
149
children = (
150
+ 247E97BE2BD7CCF100751E38 /* RunnerRelease.entitlements */,
149
151
15A74CDD250075770078F130 /* Buggy.h */,
150
152
15A74CDE250075770078F130 /* Buggy.m */,
151
153
97C146FA1CF9000F007C117D /* Main.storyboard */,
731
733
buildSettings = {
732
734
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
733
735
CLANG_ENABLE_MODULES = YES;
736
+ CODE_SIGN_ENTITLEMENTS = Runner/RunnerRelease.entitlements;
734
737
CURRENT_PROJECT_VERSION = "$(FLUTTER_BUILD_NUMBER)";
735
738
DEVELOPMENT_TEAM = 97JCY7859U;
736
739
ENABLE_BITCODE = NO;
Original file line number Diff line number Diff line change
1
+ <?xml version =" 1.0" encoding =" UTF-8" ?>
2
+ <!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
3
+ <plist version =" 1.0" >
4
+ <dict >
5
+ <key >aps-environment</key >
6
+ <string >development</string >
7
+ </dict >
8
+ </plist >
You can’t perform that action at this time.
0 commit comments