Skip to content
This repository has been archived by the owner on Jan 9, 2020. It is now read-only.

Commit

Permalink
[travis] Build iOS targets on iOS 10.1
Browse files Browse the repository at this point in the history
  • Loading branch information
saidsikira committed Nov 24, 2016
1 parent 3e7f728 commit 5ea1020
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,10 @@ OSX_SDK="macosx10.12"
TVOS_SDK="appletvsimulator10.1"
WATCHOS_SDK="watchsimulator3.1"

IOS_DESTINATION="OS=10.2,name=iPhone 6S"
IOS_DESTINATION="OS=10.1,name=iPhone SE"
MACOS_DESTINATION="arch=x86_64"
TVOS_DESTINATION="OS=10.1,name=Apple TV 1080p"
WATCHOS_DESTINATION="OS=10.2,name=iPhone 6S"
WATCHOS_DESTINATION="OS=10.1,name=iPhone SE"

usage() {
cat << EOF
Expand Down

0 comments on commit 5ea1020

Please sign in to comment.