We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 59c5223 commit d0af0f6Copy full SHA for d0af0f6
fastlane/Fastfile
@@ -13,7 +13,7 @@ platform :ios do
13
devices = ["iPhone XR (~> 12)"]
14
devices << "iPhone X (~> 11)" if !Helper.is_ci?
15
devices << "iPhone 7 (~> 10)" if !Helper.is_ci?
16
- devices << "iPhone 5s (~> 9)" if !Helper.is_ci?
+ devices << "iPhone 6s (~> 9)" if !Helper.is_ci?
17
18
desc "Runs the following lanes:\n- test\n- pod_lint\n- carthage_lint"
19
lane :ci do
0 commit comments