[ios] Added Xcode Developer Preview with iOS7 support

This commit is contained in:
Alex Zolotarev 2013-06-18 11:04:57 +03:00 committed by Alex Zolotarev
parent 04fbc90917
commit b14b75f7ac

View file

@ -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 \