Skip to content

Commit e795a06

Browse files
author
hourunjing
committed
develop 分支准备工作
1 parent 825b0f4 commit e795a06

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

CodingForiPad.xcodeproj/project.pbxproj

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2219,7 +2219,6 @@
22192219
TargetAttributes = {
22202220
3E89F13B1B256CED00C1D79D = {
22212221
CreatedOnToolsVersion = 6.3.2;
2222-
DevelopmentTeam = QN5Z87S3LH;
22232222
};
22242223
3E89F1541B256CED00C1D79D = {
22252224
CreatedOnToolsVersion = 6.3.2;
@@ -2756,6 +2755,7 @@
27562755
ASSETCATALOG_COMPILER_LAUNCHIMAGE_NAME = LaunchImage;
27572756
CODE_SIGN_IDENTITY = "iPhone Developer";
27582757
"CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer";
2758+
ENABLE_BITCODE = NO;
27592759
FRAMEWORK_SEARCH_PATHS = (
27602760
"$(inherited)",
27612761
"$(PROJECT_DIR)/CodingForiPad/Utility",
@@ -2786,8 +2786,9 @@
27862786
buildSettings = {
27872787
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
27882788
ASSETCATALOG_COMPILER_LAUNCHIMAGE_NAME = LaunchImage;
2789-
CODE_SIGN_IDENTITY = "iPhone Distribution";
2790-
"CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Distribution";
2789+
CODE_SIGN_IDENTITY = "iPhone Developer";
2790+
"CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer";
2791+
ENABLE_BITCODE = NO;
27912792
FRAMEWORK_SEARCH_PATHS = (
27922793
"$(inherited)",
27932794
"$(PROJECT_DIR)/CodingForiPad/Utility",

0 commit comments

Comments
 (0)