Skip to content

Commit

Permalink
Fix iOS/MacCatalyst versions in 9.0 (#9143)
Browse files Browse the repository at this point in the history
* Fix iOS/MacCatalyst versions in 9.0

We'll bump to 12.1 in dotnet 9.
The MacCatalyst version is two-faced: one side is the iOS version it maps to, the other is the first macOS it shipped with.
Given we only support macOS 12.0 with dotnet9 the lowest MacCatalyst version we support is 15.0.

* Fix version

* Add link for MacCatalyst
  • Loading branch information
akoeplinger committed Feb 9, 2024
1 parent dff8536 commit ad8f4cd
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions release-notes/9.0/supported-os.md
Original file line number Diff line number Diff line change
Expand Up @@ -98,14 +98,15 @@ OS | Version | Architectures |

OS | Version | Architectures |
------------------------------|-------------------------|-------------------|
[iOS][iOS] | 12.0+ | Arm64 |
[iOS Simulator][iOS] | 12.0+ | x64, Arm64 |
[tvOS][tvOS] | 12.0+ | Arm64 |
[tvOS Simulator][tvOS] | 12.0+ | x64, Arm64 |
[MacCatalyst][macOS] | 12.0+ | x64, Arm64 |
[iOS][iOS] | 12.2+ | Arm64 |
[iOS Simulator][iOS] | 12.2+ | x64, Arm64 |
[tvOS][tvOS] | 12.2+ | Arm64 |
[tvOS Simulator][tvOS] | 12.2+ | x64, Arm64 |
[MacCatalyst][MacCatalyst] | 15.0+ (macOS 12.0+) | x64, Arm64 |

[iOS]: https://support.apple.com/ios
[tvOS]: https://support.apple.com/apple-tv
[MacCatalyst]: https://developer.apple.com/documentation/uikit/mac_catalyst

## QEMU

Expand Down

0 comments on commit ad8f4cd

Please sign in to comment.