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

Update macOS and Xcode #2425

Merged
merged 50 commits into from
Jun 15, 2023
Merged

Update macOS and Xcode #2425

merged 50 commits into from
Jun 15, 2023

Conversation

mattleibow
Copy link
Contributor

@mattleibow mattleibow commented Mar 23, 2023

Description of Change

This PR updates the Apple SDKs as we need to (we should be) use the new Xcode and OS versions to compile as this really makes sure all the latest bits are being used. Apple will reject apps that are using older Xcode versions, and although we should not have any issues as we are only a library - it is best to just use the latest Apple things.

So the new minimum versions are:

  • Android: 16
  • iOS: 11 (up from 8)
  • Linux
    • glibc/Debian: 9
    • musl/Alpine: 3.9
  • Mac Catalyst 13.1 (up from 13.0)
  • macOS: 10.9 (up from 10.8)
  • Tizen: 4
  • tvOS: 9
  • UWP: 10.0.16299
  • WASM: 2.0.6
  • watchOS: 2
  • Windows: 7

Some CPU architectures are now no longer supported:

  • iOS
    • armv7 (arm32)
    • i386 (x86)

@mattleibow mattleibow changed the title Update to some new tools Update to some new agents and tools Apr 12, 2023
@mattleibow mattleibow changed the title Update to some new agents and tools Update SDKs & Build Agents Jun 6, 2023
# Conflicts:
#	.config/dotnet-tools.json
#	global.json
#	scripts/azure-pipelines-variables.yml
# Conflicts:
#	scripts/azure-pipelines-variables.yml
@mattleibow mattleibow changed the title Update SDKs & Build Agents Update macOS and Xcode Jun 7, 2023
@mattleibow mattleibow merged commit 4d1e72c into main Jun 15, 2023
@mattleibow mattleibow deleted the dev/pause-vs branch June 15, 2023 07:24
@mattleibow mattleibow added this to the v2.88.4 milestone Jun 19, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant