Skip to content

Commit

Permalink
Merge pull request AFNetworking#4293 from AFNetworking/xcode-10
Browse files Browse the repository at this point in the history
Update Travis config for Xcode 10.
  • Loading branch information
SlaunchaMan committed Sep 24, 2018
2 parents 99cda82 + fdbec01 commit 59e92b1
Show file tree
Hide file tree
Showing 5 changed files with 15 additions and 10 deletions.
14 changes: 8 additions & 6 deletions .travis.yml
@@ -1,5 +1,5 @@
language: objective-c
osx_image: xcode9.4
osx_image: xcode10
sudo: false
env:
global:
Expand All @@ -9,14 +9,16 @@ env:
- FASTLANE_LANE=ci_commit
matrix:
include:
- osx_image: xcode9.4
- osx_image: xcode10
env: FASTLANE_LANE=code_coverage FASTLANE_ENV=default
- osx_image: xcode10
env: FASTLANE_ENV=ios12_xcode10
- osx_image: xcode10
env: FASTLANE_ENV=tvos12_xcode10
- osx_image: xcode10
env: FASTLANE_ENV=osx
- osx_image: xcode9.4
env: FASTLANE_ENV=ios11_xcode94
- osx_image: xcode9.4
env: FASTLANE_ENV=tvos11_xcode9
- osx_image: xcode9.4
env: FASTLANE_ENV=osx
- osx_image: xcode9.3
env: FASTLANE_ENV=ios11_xcode93
- osx_image: xcode9.2
Expand Down
6 changes: 3 additions & 3 deletions fastlane/.env.default
@@ -1,6 +1,6 @@
AF_IOS_SDK=iphonesimulator11.4
AF_MAC_SDK=macosx10.13
AF_TVOS_SDK=appletvsimulator11.4
AF_IOS_SDK=iphonesimulator12.0
AF_MAC_SDK=macosx10.14
AF_TVOS_SDK=appletvsimulator12.0

AF_CONFIGURATION=Release

Expand Down
2 changes: 1 addition & 1 deletion fastlane/.env.ios11_xcode94
@@ -1,3 +1,3 @@
SCAN_DEVICE="iPhone 8"
SCAN_SDK=$AF_IOS_SDK
SCAN_SDK=iphonesimulator11.4
EXAMPLE_DESTINATION="platform=iOS Simulator,name=iPhone 8"
3 changes: 3 additions & 0 deletions fastlane/.env.ios12_xcode10
@@ -0,0 +1,3 @@
SCAN_DEVICE="iPhone 8"
SCAN_SDK=$AF_IOS_SDK
EXAMPLE_DESTINATION="platform=iOS Simulator,name=iPhone 8"
File renamed without changes.

0 comments on commit 59e92b1

Please sign in to comment.