Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 270a11c

Browse files
committed
Distribution updates
1 parent 7313fe2 commit 270a11c

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

ios/FirestackApp.xcodeproj/project.pbxproj

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -450,6 +450,9 @@
450450
CreatedOnToolsVersion = 6.2;
451451
TestTargetID = 13B07F861A680F5B00A75B9A;
452452
};
453+
13B07F861A680F5B00A75B9A = {
454+
DevelopmentTeam = DEB2RAY5A4;
455+
};
453456
};
454457
};
455458
buildConfigurationList = 83CBB9FA1A601CBA00E9B192 /* Build configuration list for PBXProject "FirestackApp" */;
@@ -735,6 +738,8 @@
735738
isa = XCBuildConfiguration;
736739
buildSettings = {
737740
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
741+
CODE_SIGN_IDENTITY = "iPhone Developer";
742+
"CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer";
738743
DEAD_CODE_STRIPPING = NO;
739744
ENABLE_BITCODE = NO;
740745
HEADER_SEARCH_PATHS = (
@@ -754,13 +759,16 @@
754759
);
755760
PRODUCT_BUNDLE_IDENTIFIER = io.fullstack.FirestackExample;
756761
PRODUCT_NAME = FirestackApp;
762+
PROVISIONING_PROFILE = "";
757763
};
758764
name = Debug;
759765
};
760766
13B07F951A680F5B00A75B9A /* Release */ = {
761767
isa = XCBuildConfiguration;
762768
buildSettings = {
763769
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
770+
CODE_SIGN_IDENTITY = "iPhone Developer";
771+
"CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer";
764772
ENABLE_BITCODE = NO;
765773
HEADER_SEARCH_PATHS = (
766774
"$(inherited)",
@@ -779,6 +787,7 @@
779787
);
780788
PRODUCT_BUNDLE_IDENTIFIER = io.fullstack.FirestackExample;
781789
PRODUCT_NAME = FirestackApp;
790+
PROVISIONING_PROFILE = "";
782791
};
783792
name = Release;
784793
};

0 commit comments

Comments
 (0)