Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump iOS/tvOS minimum supported version to 12.2 #91736

Closed
akoeplinger opened this issue Sep 7, 2023 · 4 comments · Fixed by #101342
Closed

Bump iOS/tvOS minimum supported version to 12.2 #91736

akoeplinger opened this issue Sep 7, 2023 · 4 comments · Fixed by #101342
Assignees
Labels
area-Build-mono in-pr There is an active PR which will close this issue when it is merged
Milestone

Comments

@akoeplinger
Copy link
Member

akoeplinger commented Sep 7, 2023

Xcode 15 drops support for targeting iOS 11.0 (our current baseline) and bumping to 12.2 allows us to rely on the Swift libraries shipped with the OS.

Also bump the MacCatalyst versions (apple-iosXY-macabi) to 15.0 since that is the lowest which works on macOS 12

@akoeplinger akoeplinger added this to the 9.0.0 milestone Sep 7, 2023
@akoeplinger akoeplinger self-assigned this Sep 7, 2023
@vcsjones
Copy link
Member

vcsjones commented Sep 7, 2023

bumping to 12 allows us to rely on the Swift libraries shipped with the OS.

Isn't it technically 12.2? What happens if a device is 12.1?

@akoeplinger akoeplinger changed the title Bump iOS/tvOS minimum supported version to 12.0 Bump iOS/tvOS minimum supported version to 12.2 Sep 8, 2023
@akoeplinger
Copy link
Member Author

Thanks, I've corrected the description to 12.2.

What happens if a device is 12.1?

The same as on any older version, the App Store won't offer the app to you.

@AaronRobinsonMSFT

This comment was marked as off-topic.

@jkotas
Copy link
Member

jkotas commented Nov 3, 2023

Tagging #94298 (comment) as a follow up when this issue is addressed.

There is nothing to follow up wrt that PR. We would need to bump the min iOS version to 13 to enable aligned_alloc for iOS.

akoeplinger added a commit to akoeplinger/runtime that referenced this issue Apr 20, 2024
As defined in the ".NET 9 - Supported OS versions" document: https://github.com/dotnet/core/blob/main/release-notes/9.0/supported-os.md

- macOS 12.0
- iOS/iOSSimulator 12.2
- tvOS/tvOSSimulator 12.2
- MacCatalyst 15.0 (== macOS 12.0)

Fixes dotnet#91736
akoeplinger added a commit to akoeplinger/runtime that referenced this issue Apr 20, 2024
As defined in the ".NET 9 - Supported OS versions" document: https://github.com/dotnet/core/blob/main/release-notes/9.0/supported-os.md

- macOS 12.0
- iOS/iOSSimulator 12.2
- tvOS/tvOSSimulator 12.2
- MacCatalyst 15.0 (== macOS 12.0)

Fixes dotnet#91736
@dotnet-policy-service dotnet-policy-service bot added the in-pr There is an active PR which will close this issue when it is merged label Apr 20, 2024
akoeplinger added a commit that referenced this issue Apr 23, 2024
As defined in the ".NET 9 - Supported OS versions" document: https://github.com/dotnet/core/blob/main/release-notes/9.0/supported-os.md

- macOS 12.0
- iOS/iOSSimulator 12.2
- tvOS/tvOSSimulator 12.2
- MacCatalyst 15.0 (== macOS 12.0)

Fixes #91736
matouskozak pushed a commit to matouskozak/runtime that referenced this issue Apr 30, 2024
As defined in the ".NET 9 - Supported OS versions" document: https://github.com/dotnet/core/blob/main/release-notes/9.0/supported-os.md

- macOS 12.0
- iOS/iOSSimulator 12.2
- tvOS/tvOSSimulator 12.2
- MacCatalyst 15.0 (== macOS 12.0)

Fixes dotnet#91736
michaelgsharp pushed a commit to michaelgsharp/runtime that referenced this issue May 9, 2024
As defined in the ".NET 9 - Supported OS versions" document: https://github.com/dotnet/core/blob/main/release-notes/9.0/supported-os.md

- macOS 12.0
- iOS/iOSSimulator 12.2
- tvOS/tvOSSimulator 12.2
- MacCatalyst 15.0 (== macOS 12.0)

Fixes dotnet#91736
@github-actions github-actions bot locked and limited conversation to collaborators May 24, 2024
Ruihan-Yin pushed a commit to Ruihan-Yin/runtime that referenced this issue May 30, 2024
As defined in the ".NET 9 - Supported OS versions" document: https://github.com/dotnet/core/blob/main/release-notes/9.0/supported-os.md

- macOS 12.0
- iOS/iOSSimulator 12.2
- tvOS/tvOSSimulator 12.2
- MacCatalyst 15.0 (== macOS 12.0)

Fixes dotnet#91736
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
area-Build-mono in-pr There is an active PR which will close this issue when it is merged
Projects
None yet
Development

Successfully merging a pull request may close this issue.

4 participants