Skip to content
This repository was archived by the owner on Feb 2, 2023. It is now read-only.

Commit 7b0c82b

Browse files
author
Scott Goodson
committed
Update to use iOS 9.2 simulator for testing, as Xcode 7.2 Travis apparently lacks 9.0.
1 parent a2cf2a8 commit 7b0c82b

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

build.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
#!/bin/bash
22

33
# **** Update me when new Xcode versions are released! ****
4-
PLATFORM="platform=iOS Simulator,OS=9.0,name=iPhone 6"
5-
SDK="iphonesimulator9.0"
4+
PLATFORM="platform=iOS Simulator,OS=9.2,name=iPhone 6"
5+
SDK="iphonesimulator9.2"
66

77

88
# It is pitch black.

0 commit comments

Comments
 (0)