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 788afce commit f57f8ffCopy full SHA for f57f8ff
fastlane/Fastfile
@@ -18,7 +18,7 @@ default_platform(:ios)
18
platform :ios do
19
desc "Lane to run the unit tests"
20
lane :unit_tests do
21
- run_tests(device: "iPhone SE (3rd generation)", scheme: "OSInAppBrowserLib",
+ run_tests(device: "iPhone 16", scheme: "OSInAppBrowserLib",
22
slack_url: ENV['SLACK_WEBHOOK'])
23
end
24
0 commit comments