Skip to content

Commit

Permalink
Downgrade to 16.4
Browse files Browse the repository at this point in the history
  • Loading branch information
pacowong authored Oct 23, 2024
1 parent f28c027 commit afed501
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -24,17 +24,17 @@
"--ios",
"--use_xcode",
"--use_xnnpack",
"--apple_deploy_target=16.6"
"--apple_deploy_target=16.4"
],
"iphonesimulator": [
"--ios",
"--use_xcode",
"--use_xnnpack",
"--apple_deploy_target=16.6"
"--apple_deploy_target=16.4"
],
"macabi":[
"--macos=Catalyst",
"--apple_deploy_target=16.6"
"--apple_deploy_target=16.4"
]
}
}

0 comments on commit afed501

Please sign in to comment.