|
|
@@ -42,6 +42,7 @@
|
|
|
/* End PBXCopyFilesBuildPhase section */
|
|
|
|
|
|
/* Begin PBXFileReference section */
|
|
|
+ 046E76B42CA9493700EBC6A5 /* Runner.entitlements */ = {isa = PBXFileReference; lastKnownFileType = text.plist.entitlements; path = Runner.entitlements; sourceTree = "<group>"; };
|
|
|
0D608F4B80B80615C43809B6 /* 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>"; };
|
|
|
1498D2321E8E86230040F4C2 /* GeneratedPluginRegistrant.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = GeneratedPluginRegistrant.h; sourceTree = "<group>"; };
|
|
|
1498D2331E8E89220040F4C2 /* GeneratedPluginRegistrant.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = GeneratedPluginRegistrant.m; sourceTree = "<group>"; };
|
|
|
@@ -152,6 +153,7 @@
|
|
|
97C146F01CF9000F007C117D /* Runner */ = {
|
|
|
isa = PBXGroup;
|
|
|
children = (
|
|
|
+ 046E76B42CA9493700EBC6A5 /* Runner.entitlements */,
|
|
|
97C146FA1CF9000F007C117D /* Main.storyboard */,
|
|
|
97C146FD1CF9000F007C117D /* Assets.xcassets */,
|
|
|
97C146FF1CF9000F007C117D /* LaunchScreen.storyboard */,
|
|
|
@@ -469,6 +471,7 @@
|
|
|
buildSettings = {
|
|
|
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
|
|
|
CLANG_ENABLE_MODULES = YES;
|
|
|
+ CODE_SIGN_ENTITLEMENTS = Runner/Runner.entitlements;
|
|
|
CODE_SIGN_IDENTITY = "Apple Development";
|
|
|
"CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer";
|
|
|
CODE_SIGN_STYLE = Manual;
|
|
|
@@ -477,6 +480,7 @@
|
|
|
"DEVELOPMENT_TEAM[sdk=iphoneos*]" = S3Y6HGPL2S;
|
|
|
ENABLE_BITCODE = NO;
|
|
|
INFOPLIST_FILE = Runner/Info.plist;
|
|
|
+ IPHONEOS_DEPLOYMENT_TARGET = 13.0;
|
|
|
LD_RUNPATH_SEARCH_PATHS = (
|
|
|
"$(inherited)",
|
|
|
"@executable_path/Frameworks",
|
|
|
@@ -661,6 +665,7 @@
|
|
|
buildSettings = {
|
|
|
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
|
|
|
CLANG_ENABLE_MODULES = YES;
|
|
|
+ CODE_SIGN_ENTITLEMENTS = Runner/Runner.entitlements;
|
|
|
CODE_SIGN_IDENTITY = "Apple Development";
|
|
|
"CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer";
|
|
|
CODE_SIGN_STYLE = Manual;
|
|
|
@@ -669,6 +674,7 @@
|
|
|
"DEVELOPMENT_TEAM[sdk=iphoneos*]" = S3Y6HGPL2S;
|
|
|
ENABLE_BITCODE = NO;
|
|
|
INFOPLIST_FILE = Runner/Info.plist;
|
|
|
+ IPHONEOS_DEPLOYMENT_TARGET = 13.0;
|
|
|
LD_RUNPATH_SEARCH_PATHS = (
|
|
|
"$(inherited)",
|
|
|
"@executable_path/Frameworks",
|
|
|
@@ -693,6 +699,7 @@
|
|
|
buildSettings = {
|
|
|
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
|
|
|
CLANG_ENABLE_MODULES = YES;
|
|
|
+ CODE_SIGN_ENTITLEMENTS = Runner/Runner.entitlements;
|
|
|
CODE_SIGN_IDENTITY = "Apple Development";
|
|
|
"CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer";
|
|
|
CODE_SIGN_STYLE = Manual;
|
|
|
@@ -701,6 +708,7 @@
|
|
|
"DEVELOPMENT_TEAM[sdk=iphoneos*]" = S3Y6HGPL2S;
|
|
|
ENABLE_BITCODE = NO;
|
|
|
INFOPLIST_FILE = Runner/Info.plist;
|
|
|
+ IPHONEOS_DEPLOYMENT_TARGET = 13.0;
|
|
|
LD_RUNPATH_SEARCH_PATHS = (
|
|
|
"$(inherited)",
|
|
|
"@executable_path/Frameworks",
|