Skip to content

Commit

Permalink
[iOS] Swap simulators used for tests to Xcode 16 supported ones (upli…
Browse files Browse the repository at this point in the history
…ft to 1.70.x) (#25661)

Uplift of #25659 (squashed) to release
  • Loading branch information
brave-builds committed Sep 20, 2024
1 parent 86b9ba1 commit d544904
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build/commands/lib/test.js
Original file line number Diff line number Diff line change
Expand Up @@ -155,7 +155,7 @@ const runTests = (passthroughArgs, suite, buildConfig, options) => {

if (config.targetOS === 'ios') {
util.run(path.join(config.outputDir, "iossim"), [
"-d", "\"iPhone 14 Pro\"",
"-d", "\"iPhone 16\"",
path.join(config.outputDir, `${suite}.app`),
path.join(config.outputDir, `${suite}.app/PlugIns/${suite}_module.xctest`)
], config.defaultOptions)
Expand Down

0 comments on commit d544904

Please sign in to comment.