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

Commit

Permalink
Updated Travis and Fastlane for Xcode 7.3
Browse files Browse the repository at this point in the history
  • Loading branch information
kcharwood committed Apr 11, 2016
1 parent 46b0397 commit 494ec25
Show file tree
Hide file tree
Showing 4 changed files with 15 additions and 11 deletions.
16 changes: 9 additions & 7 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,19 +8,21 @@ env:
- FASTLANE_LANE=test_framework
matrix:
include:
- osx_image: xcode7.2
- osx_image: xcode7.3
env: FASTLANE_LANE=code_coverage FASTLANE_ENV=default
- osx_image: xcode7.2
- osx_image: xcode7.3
env: FASTLANE_ENV=ios82
- osx_image: xcode7.2
- osx_image: xcode7.3
env: FASTLANE_ENV=ios83
- osx_image: xcode7.2
- osx_image: xcode7.3
env: FASTLANE_ENV=ios84
- osx_image: xcode7.2
- osx_image: xcode7.3
env: FASTLANE_ENV=ios92
- osx_image: xcode7.2
- osx_image: xcode7.3
env: FASTLANE_ENV=ios93
- osx_image: xcode7.3
env: FASTLANE_ENV=tvos91
- osx_image: xcode7.2
- osx_image: xcode7.3
env: FASTLANE_ENV=osx
- osx_image: xcode7.1
env: FASTLANE_ENV=ios91_xcode71
Expand Down
6 changes: 3 additions & 3 deletions fastlane/.env.default
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
AF_IOS_SDK=iphonesimulator9.2
AF_IOS_SDK=iphonesimulator9.3
AF_MAC_SDK=macosx10.11
AF_TVOS_SDK=appletvsimulator9.1
AF_TVOS_SDK=appletvsimulator9.2

AF_CONFIGURATION=Release

SCAN_WORKSPACE=$AF_WORKSPACE
SCAN_SCHEME=$AF_IOS_FRAMEWORK_SCHEME
SCAN_DESTINATION="OS=9.1,name=iPhone 6s"
SCAN_DESTINATION="OS=9.3,name=iPhone 6s"
SCAN_SDK=$AF_IOS_SDK
SCAN_OUTPUT_DIRECTORY=fastlane/test-output

Expand Down
2 changes: 1 addition & 1 deletion fastlane/.env.ios92
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
SCAN_DESTINATION="OS=9.1,name=iPhone 6s"
SCAN_DESTINATION="OS=9.2,name=iPhone 6s"
EXAMPLE_DESTINATION=$SCAN_DESTINATION
2 changes: 2 additions & 0 deletions fastlane/.env.ios93
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
SCAN_DESTINATION="OS=9.3,name=iPhone 6s"
EXAMPLE_DESTINATION=$SCAN_DESTINATION

0 comments on commit 494ec25

Please sign in to comment.