Skip to content
This repository has been archived by the owner on Dec 26, 2019. It is now read-only.

Commit

Permalink
Use Xcode 9.2 and iOS 11.2 on Travis
Browse files Browse the repository at this point in the history
Summary: It is time to move on.

Reviewed By: antiarchit

Differential Revision: D6692223

fbshipit-source-id: 81913167551191b2f9e177ff1ead943f6fc25752
  • Loading branch information
Marek Cirkos authored and facebook-github-bot committed Jan 10, 2018
1 parent 7073191 commit 74816e7
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,5 +1,5 @@
language: objective-c
osx_image: xcode8.3
osx_image: xcode9.2
sudo: false

cache:
Expand Down
4 changes: 2 additions & 2 deletions Scripts/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,8 @@ function define_xc_macros() {
esac

case "${DEST:-}" in
"iphone" ) XC_DESTINATION="-destination \"name=iPhone SE,OS=10.3.1\"";;
"ipad" ) XC_DESTINATION="-destination \"name=iPad Air 2,OS=10.3.1\"";;
"iphone" ) XC_DESTINATION="-destination \"name=iPhone SE,OS=11.2\"";;
"ipad" ) XC_DESTINATION="-destination \"name=iPad Air 2,OS=11.2\"";;
esac

case "$ACTION" in
Expand Down

0 comments on commit 74816e7

Please sign in to comment.