Skip to content

Commit

Permalink
Update build.sh script to use iOS 10.2 simulator (#2921)
Browse files Browse the repository at this point in the history
* Update build.sh script to use iOS 10.2 simulator

* Remove the OS version all together

* Remove comment
  • Loading branch information
maicki authored Jan 24, 2017
1 parent a427dce commit a2cd79d
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions build.sh
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
#!/bin/bash

# **** Update me when new Xcode versions are released! ****
PLATFORM="platform=iOS Simulator,OS=10.1,name=iPhone 7"
SDK="iphonesimulator10.1"
PLATFORM="platform=iOS Simulator,name=iPhone 7"
SDK="iphonesimulator"


# It is pitch black.
Expand Down

0 comments on commit a2cd79d

Please sign in to comment.