Merge pull request #3578 from javache/xcode-7

Use latest simulator version
This commit is contained in:
Pieter De Baets 2015-10-23 16:04:22 +01:00
commit ed0b45ef8e
1 changed files with 1 additions and 1 deletions

View File

@ -28,5 +28,5 @@ trap cleanup EXIT
SERVER_PID=$!
xctool \
-project Examples/UIExplorer/UIExplorer.xcodeproj \
-scheme UIExplorer -sdk iphonesimulator -destination 'platform=iOS Simulator,name=iPhone 5,OS=8.4' \
-scheme UIExplorer -sdk iphonesimulator -destination 'platform=iOS Simulator,name=iPhone 5,OS=9.0' \
test