This repository was archived by the owner on Jan 17, 2023. It is now read-only.
File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 88 - FASTLANE_LANE=test_framework
99matrix :
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
Original file line number Diff line number Diff line change 1- AF_IOS_SDK=iphonesimulator9.2
1+ AF_IOS_SDK=iphonesimulator9.3
22AF_MAC_SDK=macosx10.11
3- AF_TVOS_SDK=appletvsimulator9.1
3+ AF_TVOS_SDK=appletvsimulator9.2
44
55AF_CONFIGURATION=Release
66
77SCAN_WORKSPACE=$AF_WORKSPACE
88SCAN_SCHEME=$AF_IOS_FRAMEWORK_SCHEME
9- SCAN_DESTINATION="OS=9.1 ,name=iPhone 6s"
9+ SCAN_DESTINATION="OS=9.3 ,name=iPhone 6s"
1010SCAN_SDK=$AF_IOS_SDK
1111SCAN_OUTPUT_DIRECTORY=fastlane/test-output
1212
Original file line number Diff line number Diff line change 1- SCAN_DESTINATION="OS=9.1 ,name=iPhone 6s"
1+ SCAN_DESTINATION="OS=9.2 ,name=iPhone 6s"
22EXAMPLE_DESTINATION=$SCAN_DESTINATION
Original file line number Diff line number Diff line change 1+ SCAN_DESTINATION="OS=9.3,name=iPhone 6s"
2+ EXAMPLE_DESTINATION=$SCAN_DESTINATION
You can’t perform that action at this time.
0 commit comments