Skip to content

Commit

Permalink
Add iPhone XS and XS Max to Travis config.
Browse files Browse the repository at this point in the history
  • Loading branch information
Joanna Bednarz committed Oct 20, 2018
1 parent a2dca93 commit 05cac98
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,8 @@ env:
- SCHEME="AutoMate" PLATFORM="iOS Simulator" DESTINATION_NAME="iPhone 8" DESTINATION_OS="12.0"
- SCHEME="AutoMate" PLATFORM="iOS Simulator" DESTINATION_NAME="iPhone 8 Plus" DESTINATION_OS="12.0"
- SCHEME="AutoMate" PLATFORM="iOS Simulator" DESTINATION_NAME="iPhone XR" DESTINATION_OS="12.0"
- SCHEME="AutoMate" PLATFORM="iOS Simulator" DESTINATION_NAME="iPhone XS" DESTINATION_OS="12.0"
- SCHEME="AutoMate" PLATFORM="iOS Simulator" DESTINATION_NAME="iPhone XS Max" DESTINATION_OS="12.0"
- SCHEME="AutoMate" PLATFORM="iOS Simulator" DESTINATION_NAME="iPad Air 2" DESTINATION_OS="12.0"
- SCHEME="AutoMate" PLATFORM="iOS Simulator" DESTINATION_NAME="iPad Pro (9.7-inch)" DESTINATION_OS="12.0"
- SCHEME="AutoMate" PLATFORM="iOS Simulator" DESTINATION_NAME="iPad Pro (10.5-inch)" DESTINATION_OS="12.0"
Expand Down

0 comments on commit 05cac98

Please sign in to comment.