Skip to content

Commit

Permalink
Update target simulator to iPhone 14
Browse files Browse the repository at this point in the history
  • Loading branch information
TimOliver committed Apr 6, 2024
1 parent 405b458 commit 2aaae11
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion fastlane/Fastfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ default_platform(:ios)

desc "Runs the unit tests to ensure the build is working"
lane :test do
scan(scheme: ENV["TEST_SCHEME"], devices: ["iPhone SE"], clean: true)
scan(scheme: ENV["TEST_SCHEME"], devices: ["iPhone 14"], clean: true)
end

desc "Cuts a new release and distributes it on CocoaPods and Carthage"
Expand Down

0 comments on commit 2aaae11

Please sign in to comment.