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 iOS system requirements. #9758

Merged
merged 1 commit into from
Aug 17, 2024
Merged

Conversation

bruvzg
Copy link
Member

@bruvzg bruvzg commented Aug 15, 2024

  • Removes iOS mentions from the editor requirements (we don't have iOS editor).
  • Updates min. iOS versions to 12.0 (that's what we are currently targeting, and the oldest supported iOS by current Xcode).
  • Updates min. GPU for compatibility to A7 (that's oldest SOC that will run iOS 12).
  • Updates min. GPU for forward+/mobile to A12 (A10 can't run it due to missing cube map arrays, A11 technically can, but Apple only allow A12+ and A17+ as requirements, so targeting A11 makes no sense, see https://developer.apple.com/documentation/bundleresources/information_property_list/uirequireddevicecapabilities?language=objc).
  • Updates recommended GPU and iOS version to A14 and 14.1 (should have reasonable performance for most tasks).

@bruvzg bruvzg added the area:about Issues and PRs related to the About section of the documentation and other general articles label Aug 15, 2024
@bruvzg bruvzg added this to the 4.4 milestone Aug 15, 2024
@skyace65
Copy link
Contributor

All these requirements are specific to 4.4?

@bruvzg
Copy link
Member Author

bruvzg commented Aug 16, 2024

All these requirements are specific to 4.4?

For 4.3 (at least, this might be the case for 4.2 as well).

@skyace65 skyace65 removed this from the 4.4 milestone Aug 16, 2024
@mhilbrunner mhilbrunner merged commit 42145e8 into godotengine:master Aug 17, 2024
1 check passed
@mhilbrunner
Copy link
Member

Thanks!

@mhilbrunner
Copy link
Member

Cherry-picked to 4.3 in #10038.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area:about Issues and PRs related to the About section of the documentation and other general articles
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants