Skip to content

Commit

Permalink
fix: Don't request a specific version of Xcode
Browse files Browse the repository at this point in the history
  • Loading branch information
jeromelaban authored Nov 15, 2024
1 parent 944744e commit e9eba7e
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 6 deletions.
3 changes: 1 addition & 2 deletions manifests/uno.ui-preview-major.manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,7 @@
}
},
"xcode": {
"exactVersion": "16.0",
"exactVersionName": "15F31d"
"exactVersion": "16.0"
},
"vswin": {
"minimumVersion": "17.12"
Expand Down
3 changes: 1 addition & 2 deletions manifests/uno.ui-preview.manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,7 @@
}
},
"xcode": {
"exactVersion": "16.0",
"exactVersionName": "15F31d"
"exactVersion": "16.0"
},
"vswin": {
"minimumVersion": "17.12"
Expand Down
3 changes: 1 addition & 2 deletions manifests/uno.ui.manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,7 @@
}
},
"xcode": {
"exactVersion": "16.0",
"exactVersionName": "15F31d"
"exactVersion": "16.0"
},
"vswin": {
"minimumVersion": "17.12"
Expand Down

0 comments on commit e9eba7e

Please sign in to comment.