Skip to content

Commit

Permalink
Specify Xcode 9.4 in Travis file.
Browse files Browse the repository at this point in the history
  • Loading branch information
SlaunchaMan committed Jul 13, 2018
1 parent 5fe5ea3 commit 9c2742c
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 9 deletions.
14 changes: 8 additions & 6 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
language: objective-c
osx_image: xcode7.1
osx_image: xcode9.4
sudo: false
env:
global:
Expand All @@ -9,14 +9,16 @@ env:
- FASTLANE_LANE=ci_commit
matrix:
include:
- osx_image: xcode9.3
- osx_image: xcode9.4
env: FASTLANE_LANE=code_coverage FASTLANE_ENV=default
- osx_image: xcode9.3
env: FASTLANE_ENV=ios11_xcode93
- osx_image: xcode9.3
- osx_image: xcode9.4
env: FASTLANE_ENV=ios11_xcode94
- osx_image: xcode9.4
env: FASTLANE_ENV=tvos11_xcode9
- osx_image: xcode9.3
- osx_image: xcode9.4
env: FASTLANE_ENV=osx
- osx_image: xcode9.3
env: FASTLANE_ENV=ios11_xcode93
- osx_image: xcode9.2
env: FASTLANE_ENV=ios11_xcode92
- osx_image: xcode9.1
Expand Down
4 changes: 2 additions & 2 deletions fastlane/.env.default
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
AF_IOS_SDK=iphonesimulator11.3
AF_IOS_SDK=iphonesimulator11.4
AF_MAC_SDK=macosx10.13
AF_TVOS_SDK=appletvsimulator11.3
AF_TVOS_SDK=appletvsimulator11.4

AF_CONFIGURATION=Release

Expand Down
2 changes: 1 addition & 1 deletion fastlane/.env.ios11_xcode93
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
SCAN_DEVICE="iPhone 8"
SCAN_SDK=$AF_IOS_SDK
SCAN_SDK=iphonesimulator11.3
EXAMPLE_DESTINATION="platform=iOS Simulator,name=iPhone 8"
3 changes: 3 additions & 0 deletions fastlane/.env.ios11_xcode94
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
SCAN_DEVICE="iPhone 8"
SCAN_SDK=$AF_IOS_SDK
EXAMPLE_DESTINATION="platform=iOS Simulator,name=iPhone 8"

0 comments on commit 9c2742c

Please sign in to comment.