Skip to content

Commit

Permalink
[iOS] Fix fastlane simulator usages for Xcode 16
Browse files Browse the repository at this point in the history
  • Loading branch information
kylehickinson committed Sep 20, 2024
1 parent b0d5186 commit 9955943
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ios/brave-ios/fastlane/Fastfile
Original file line number Diff line number Diff line change
Expand Up @@ -20,14 +20,14 @@ platform :ios do
defaultScanParams = scan_params()
run_tests(defaultScanParams.merge!({
test_without_building: true,
devices: ["iPhone 16"],
devices: ["iPhone 16 (18.0)"],
ensure_devices_found: true,
skip_testing: skipped_tests()
}))

run_tests(defaultScanParams.merge!({
test_without_building: true,
devices: ["iPad (10th generation)"],
devices: ["iPad (10th generation) (18.0)"],
ensure_devices_found: true,
output_files: "junit-ipad.xml",
testplan: "Brave_iPad"
Expand Down

0 comments on commit 9955943

Please sign in to comment.