Bump iOS version
This commit is contained in:
parent
9c65aadfbd
commit
b3bd429afa
1 changed files with 4 additions and 4 deletions
|
@ -313,12 +313,12 @@
|
||||||
CODE_SIGN_ENTITLEMENTS = Campus/application.entitlements;
|
CODE_SIGN_ENTITLEMENTS = Campus/application.entitlements;
|
||||||
CODE_SIGN_IDENTITY = "Apple Development";
|
CODE_SIGN_IDENTITY = "Apple Development";
|
||||||
CODE_SIGN_STYLE = Automatic;
|
CODE_SIGN_STYLE = Automatic;
|
||||||
CURRENT_PROJECT_VERSION = 4;
|
CURRENT_PROJECT_VERSION = 2;
|
||||||
DEAD_CODE_STRIPPING = NO;
|
DEAD_CODE_STRIPPING = NO;
|
||||||
DEVELOPMENT_TEAM = 6JA7CLNUV6;
|
DEVELOPMENT_TEAM = 6JA7CLNUV6;
|
||||||
INFOPLIST_FILE = Campus/Info.plist;
|
INFOPLIST_FILE = Campus/Info.plist;
|
||||||
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks";
|
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks";
|
||||||
MARKETING_VERSION = 4.0.1;
|
MARKETING_VERSION = 4.1.0;
|
||||||
OTHER_LDFLAGS = (
|
OTHER_LDFLAGS = (
|
||||||
"$(inherited)",
|
"$(inherited)",
|
||||||
"-ObjC",
|
"-ObjC",
|
||||||
|
@ -339,11 +339,11 @@
|
||||||
CODE_SIGN_ENTITLEMENTS = Campus/application.entitlements;
|
CODE_SIGN_ENTITLEMENTS = Campus/application.entitlements;
|
||||||
CODE_SIGN_IDENTITY = "Apple Development";
|
CODE_SIGN_IDENTITY = "Apple Development";
|
||||||
CODE_SIGN_STYLE = Automatic;
|
CODE_SIGN_STYLE = Automatic;
|
||||||
CURRENT_PROJECT_VERSION = 4;
|
CURRENT_PROJECT_VERSION = 2;
|
||||||
DEVELOPMENT_TEAM = 6JA7CLNUV6;
|
DEVELOPMENT_TEAM = 6JA7CLNUV6;
|
||||||
INFOPLIST_FILE = Campus/Info.plist;
|
INFOPLIST_FILE = Campus/Info.plist;
|
||||||
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks";
|
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks";
|
||||||
MARKETING_VERSION = 4.0.1;
|
MARKETING_VERSION = 4.1.0;
|
||||||
OTHER_LDFLAGS = (
|
OTHER_LDFLAGS = (
|
||||||
"$(inherited)",
|
"$(inherited)",
|
||||||
"-ObjC",
|
"-ObjC",
|
||||||
|
|
Loading…
Reference in a new issue