Skip to content

Commit

Permalink
Merge pull request #180 from unoplatform/fix-xcode15-newstandskit
Browse files Browse the repository at this point in the history
fix(manifest): Bump SDK to include Xcode15 vs NewsstandKit fix
  • Loading branch information
nickrandolph authored Oct 8, 2023
2 parents 7889f0c + c2cc7f3 commit 154f3fa
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions manifests/uno.ui-preview.manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@
"variables": {
"OPENJDK_VERSION": "11.0.20.1",
"DOTNET_SDK_VERSION": "7.0.401",
"MACCATALYST_SDK_VERSION": "16.4.7054/7.0.100",
"IOS_SDK_VERSION": "16.4.7054/7.0.100",
"MACOS_SDK_VERSION": "13.3.7054/7.0.100",
"MACCATALYST_SDK_VERSION": "16.4.7099/7.0.100",
"IOS_SDK_VERSION": "16.4.7099/7.0.100",
"MACOS_SDK_VERSION": "13.3.7099/7.0.100",
"ANDROID_SDK_VERSION": "33.0.46/7.0.100",
"MAUI_VERSION": "7.0.86/7.0.100"
},
Expand Down
6 changes: 3 additions & 3 deletions manifests/uno.ui.manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@
"variables": {
"OPENJDK_VERSION": "11.0.20.1",
"DOTNET_SDK_VERSION": "7.0.401",
"MACCATALYST_SDK_VERSION": "16.4.7054/7.0.100",
"IOS_SDK_VERSION": "16.4.7054/7.0.100",
"MACOS_SDK_VERSION": "13.3.7054/7.0.100",
"MACCATALYST_SDK_VERSION": "16.4.7099/7.0.100",
"IOS_SDK_VERSION": "16.4.7099/7.0.100",
"MACOS_SDK_VERSION": "13.3.7099/7.0.100",
"ANDROID_SDK_VERSION": "33.0.46/7.0.100",
"MAUI_VERSION": "7.0.86/7.0.100"
},
Expand Down

0 comments on commit 154f3fa

Please sign in to comment.