Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mapsme/omim.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/xcode
diff options
context:
space:
mode:
authorVladimir Byko-Ianko <v.bykoianko@corp.mail.ru>2016-09-19 11:07:39 +0300
committerVladimir Byko-Ianko <v.bykoianko@corp.mail.ru>2016-09-19 11:07:39 +0300
commitf386d5ce7c4a76bb8abf7d6c308598fb2e980fe1 (patch)
tree330f7c0674de04d4b89424aece183bbda017d973 /xcode
parent11a23fe8f4a03728612a5565d6b7c4710f87fa96 (diff)
Building routing static lib for ios with new xcode.
Diffstat (limited to 'xcode')
-rw-r--r--xcode/routing/routing.xcodeproj/project.pbxproj4
1 files changed, 2 insertions, 2 deletions
diff --git a/xcode/routing/routing.xcodeproj/project.pbxproj b/xcode/routing/routing.xcodeproj/project.pbxproj
index 9e5050c09d..561c421959 100644
--- a/xcode/routing/routing.xcodeproj/project.pbxproj
+++ b/xcode/routing/routing.xcodeproj/project.pbxproj
@@ -1165,7 +1165,7 @@
MTL_ENABLE_DEBUG_INFO = YES;
ONLY_ACTIVE_ARCH = YES;
SDKROOT = macosx;
- SUPPORTED_PLATFORMS = macosx;
+ SUPPORTED_PLATFORMS = "macosx iphonesimulator iphoneos";
};
name = Debug;
};
@@ -1207,7 +1207,7 @@
MACOSX_DEPLOYMENT_TARGET = 10.10;
MTL_ENABLE_DEBUG_INFO = NO;
SDKROOT = macosx;
- SUPPORTED_PLATFORMS = macosx;
+ SUPPORTED_PLATFORMS = "macosx iphonesimulator iphoneos";
};
name = Release;
};