Skip to content

Commit d665818

Browse files
committed
Update test_iphone_15 lane to use iPhone 16 Pro simulator
Updated the test_iphone_15 lane to use the most recent iPhone Pro simulator (iPhone 16 Pro) which is available in Xcode 16+ for better compatibility with the latest Xcode image 26+.
1 parent c4ab9b9 commit d665818

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

fastlane/Fastfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -62,12 +62,12 @@ platform :ios do
6262
## TESTING & CODE COVERAGE ##
6363
#############################
6464

65-
desc 'Run tests using iPhone 15 sim'
65+
desc 'Run tests using iPhone 16 Pro sim'
6666
lane :test_iphone_15 do
6767
run_tests_for_device(
6868
project_base_name: project_base_name,
6969
schemes: schemes_to_test,
70-
device: 'iPhone 15'
70+
device: 'iPhone 16 Pro'
7171
)
7272
end
7373

fastlane/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ cache_prefix - optional. Default is project_base_name.
6565
[bundle exec] fastlane ios test_iphone_15
6666
```
6767

68-
Run tests using iPhone 15 sim
68+
Run tests using iPhone 16 Pro sim
6969

7070
### ios test_iphone_pro
7171

0 commit comments

Comments
 (0)