forked from organicmaps/organicmaps
Merge pull request #479 from igrechuhin/ig-project-settings
[ios] Updated project settings to Xcode recommendations.
This commit is contained in:
commit
817918a875
1 changed files with 3 additions and 1 deletions
|
@ -2225,7 +2225,7 @@
|
|||
29B97313FDCFA39411CA2CEA /* Project object */ = {
|
||||
isa = PBXProject;
|
||||
attributes = {
|
||||
LastUpgradeCheck = 0630;
|
||||
LastUpgradeCheck = 0710;
|
||||
ORGANIZATIONNAME = MapsWithMe;
|
||||
TargetAttributes = {
|
||||
1D6058900D05DD3D006BFB54 = {
|
||||
|
@ -2913,6 +2913,7 @@
|
|||
CURRENT_PROJECT_VERSION = 5.1.4;
|
||||
ENABLE_BITCODE = NO;
|
||||
ENABLE_STRICT_OBJC_MSGSEND = YES;
|
||||
ENABLE_TESTABILITY = YES;
|
||||
FRAMEWORK_SEARCH_PATHS = "$(PROJECT_DIR)/Statistics";
|
||||
GCC_ENABLE_PASCAL_STRINGS = NO;
|
||||
GCC_FAST_MATH = YES;
|
||||
|
@ -3572,6 +3573,7 @@
|
|||
CURRENT_PROJECT_VERSION = 5.1.4;
|
||||
ENABLE_BITCODE = NO;
|
||||
ENABLE_STRICT_OBJC_MSGSEND = YES;
|
||||
ENABLE_TESTABILITY = YES;
|
||||
FRAMEWORK_SEARCH_PATHS = "$(PROJECT_DIR)/Statistics";
|
||||
GCC_ENABLE_PASCAL_STRINGS = NO;
|
||||
GCC_FAST_MATH = YES;
|
||||
|
|
Loading…
Add table
Reference in a new issue