Skip to content

Commit

Permalink
*Updated travis.yml and build script to use new Xcode and iOS SDK images
Browse files Browse the repository at this point in the history
  • Loading branch information
mostafaberg committed Aug 9, 2016
1 parent 5dccbca commit be26cf7
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
osx_image: xcode7.2
osx_image: xcode8
language: objective-c
env:
global:
Expand Down
4 changes: 2 additions & 2 deletions build.sh
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
#!/bin/bash

# **** Update me when new Xcode versions are released! ****
PLATFORM="platform=iOS Simulator,OS=9.2,name=iPhone 6"
SDK="iphonesimulator9.2"
PLATFORM="platform=iOS Simulator,OS=10.0,name=iPhone 6s"
SDK="iphonesimulator10.0"


# It is pitch black.
Expand Down

0 comments on commit be26cf7

Please sign in to comment.