Skip to content

Commit

Permalink
chore: update ios build target
Browse files Browse the repository at this point in the history
  • Loading branch information
edwardfoyle committed Apr 9, 2024
1 parent 48c7bbd commit 1f59d8d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ function rubyBundleInstall(cwd: string) {
}

function buildAndTestExampleIosApp(cwd: string) {
return spawn('bundle', ['exec', 'fastlane', 'scan', '--device', 'iPhone 13 Pro', '--deployment_target_version', '16.1'], {
return spawn('bundle', ['exec', 'fastlane', 'scan', '--device', 'iPhone 15 Pro', '--deployment_target_version', '17.4'], {
cwd,
})
.wait(/Test.*Succeeded/)
Expand Down

0 comments on commit 1f59d8d

Please sign in to comment.