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 196cb36 commit 7c9fae0Copy full SHA for 7c9fae0
fastlane/Fastfile
@@ -2,7 +2,7 @@ default_platform(:ios)
2
3
desc "Runs the unit tests to ensure the build is working"
4
lane :test do
5
- scan(scheme: ENV["TEST_SCHEME"], devices: ["iPhone 14"], clean: true)
+ scan(scheme: ENV["TEST_SCHEME"], devices: ["iPhone 16 Pro"], clean: true)
6
end
7
8
desc "Cuts a new release and distributes it on CocoaPods and Carthage"
0 commit comments