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

Commit 494ec25

Browse files
committed
Updated Travis and Fastlane for Xcode 7.3
1 parent 46b0397 commit 494ec25

4 files changed

Lines changed: 15 additions & 11 deletions

File tree

.travis.yml

Lines changed: 9 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -8,19 +8,21 @@ env:
88
- FASTLANE_LANE=test_framework
99
matrix:
1010
include:
11-
- osx_image: xcode7.2
11+
- osx_image: xcode7.3
1212
env: FASTLANE_LANE=code_coverage FASTLANE_ENV=default
13-
- osx_image: xcode7.2
13+
- osx_image: xcode7.3
1414
env: FASTLANE_ENV=ios82
15-
- osx_image: xcode7.2
15+
- osx_image: xcode7.3
1616
env: FASTLANE_ENV=ios83
17-
- osx_image: xcode7.2
17+
- osx_image: xcode7.3
1818
env: FASTLANE_ENV=ios84
19-
- osx_image: xcode7.2
19+
- osx_image: xcode7.3
2020
env: FASTLANE_ENV=ios92
21-
- osx_image: xcode7.2
21+
- osx_image: xcode7.3
22+
env: FASTLANE_ENV=ios93
23+
- osx_image: xcode7.3
2224
env: FASTLANE_ENV=tvos91
23-
- osx_image: xcode7.2
25+
- osx_image: xcode7.3
2426
env: FASTLANE_ENV=osx
2527
- osx_image: xcode7.1
2628
env: FASTLANE_ENV=ios91_xcode71

fastlane/.env.default

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
1-
AF_IOS_SDK=iphonesimulator9.2
1+
AF_IOS_SDK=iphonesimulator9.3
22
AF_MAC_SDK=macosx10.11
3-
AF_TVOS_SDK=appletvsimulator9.1
3+
AF_TVOS_SDK=appletvsimulator9.2
44

55
AF_CONFIGURATION=Release
66

77
SCAN_WORKSPACE=$AF_WORKSPACE
88
SCAN_SCHEME=$AF_IOS_FRAMEWORK_SCHEME
9-
SCAN_DESTINATION="OS=9.1,name=iPhone 6s"
9+
SCAN_DESTINATION="OS=9.3,name=iPhone 6s"
1010
SCAN_SDK=$AF_IOS_SDK
1111
SCAN_OUTPUT_DIRECTORY=fastlane/test-output
1212

fastlane/.env.ios92

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
SCAN_DESTINATION="OS=9.1,name=iPhone 6s"
1+
SCAN_DESTINATION="OS=9.2,name=iPhone 6s"
22
EXAMPLE_DESTINATION=$SCAN_DESTINATION

fastlane/.env.ios93

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
SCAN_DESTINATION="OS=9.3,name=iPhone 6s"
2+
EXAMPLE_DESTINATION=$SCAN_DESTINATION

0 commit comments

Comments
 (0)