Skip to content

Commit ed0b45e

Browse files
committed
Merge pull request #3578 from javache/xcode-7
Use latest simulator version
2 parents 864fdd1 + 59bb57a commit ed0b45e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

scripts/objc-test.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,5 +28,5 @@ trap cleanup EXIT
2828
SERVER_PID=$!
2929
xctool \
3030
-project Examples/UIExplorer/UIExplorer.xcodeproj \
31-
-scheme UIExplorer -sdk iphonesimulator -destination 'platform=iOS Simulator,name=iPhone 5,OS=8.4' \
31+
-scheme UIExplorer -sdk iphonesimulator -destination 'platform=iOS Simulator,name=iPhone 5,OS=9.0' \
3232
test

0 commit comments

Comments
 (0)