We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ee87852 commit 9f3ac2eCopy full SHA for 9f3ac2e
fastlane/Fastfile
@@ -10,7 +10,8 @@ default_platform :ios
10
platform :ios do
11
skip_docs
12
13
- devices = ["iPhone X (~> 11)"]
+ 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?
17
@@ -31,6 +32,8 @@ platform :ios do
31
32
swiftlint(
33
executable: "Example/Pods/Swiftlint/swiftlint",
34
strict: true,
35
+ reporter: "emoji",
36
+
37
)
38
39
# The problem lies in the fact (or rather: serious bug in xcodebuild) that
0 commit comments