forked from organicmaps/organicmaps
[ios] Added Xcode Developer Preview with iOS7 support
This commit is contained in:
parent
04fbc90917
commit
b14b75f7ac
1 changed files with 2 additions and 0 deletions
|
@ -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 \
|
||||
|
|
Loading…
Add table
Reference in a new issue