Skip to content

Commit

Permalink
Update fastlane configurations
Browse files Browse the repository at this point in the history
  • Loading branch information
ellneal committed Dec 10, 2019
1 parent bf995c0 commit c37268c
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,9 @@ matrix:
- os: osx
env: FASTLANE_LANE=code_coverage FASTLANE_ENV=default
- os: osx
env: FASTLANE_ENV=ios93
env: FASTLANE_ENV=ios12_3
- os: osx
env: FASTLANE_ENV=tvos92
env: FASTLANE_ENV=tvos12_3
- os: osx
env: FASTLANE_ENV=osx
- os: linux
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.2
AF_IOS_SDK=iphonesimulator12.3
AF_MAC_SDK=macosx10.13
AF_TVOS_SDK=appletvsimulator11.2
AF_TVOS_SDK=appletvsimulator12.3

AF_CONFIGURATION=Release

Expand Down
3 changes: 3 additions & 0 deletions fastlane/.env.ios12_3
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"
3 changes: 0 additions & 3 deletions fastlane/.env.ios93

This file was deleted.

File renamed without changes.

0 comments on commit c37268c

Please sign in to comment.