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/tools
diff options
context:
space:
mode:
authorAlex Zolotarev <alex@mapswithme.com>2013-06-18 12:04:57 +0400
committerAlex Zolotarev <alex@maps.me>2015-09-23 01:56:45 +0300
commitb14b75f7ac257e26cd2acb4ca07e95566de75509 (patch)
tree453891545dfd46bf4b42badbbff942ba4de9f2bb /tools
parent04fbc90917aa67c8a17fee65c7d144e5124835c6 (diff)
[ios] Added Xcode Developer Preview with iOS7 support
Diffstat (limited to 'tools')
-rw-r--r--tools/autobuild/detect_xcode.sh2
1 files changed, 2 insertions, 0 deletions
diff --git a/tools/autobuild/detect_xcode.sh b/tools/autobuild/detect_xcode.sh
index b4796cdd46..4f6aede642 100644
--- a/tools/autobuild/detect_xcode.sh
+++ b/tools/autobuild/detect_xcode.sh
@@ -1,5 +1,6 @@
# Add your paths into these arrays
KNOWN_IOS_SDK_PATHS=( \
+ /Applications/XCode5-DP.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS7.0.sdk \
/Applications/XCode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS5.1.sdk \
/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS5.0.sdk \
/Applications/XCode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS6.0.sdk \
@@ -7,6 +8,7 @@ KNOWN_IOS_SDK_PATHS=( \
)
KNOWN_IOS_SDK_SIMULATOR_PATHS=( \
+ /Applications/Xcode5-DP.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator7.0.sdk \
/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator5.1.sdk \
/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator5.0.sdk \
/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator6.0.sdk \