[macOS, 3.2] Add support for the Apple Silicon (ARM64) build target.

This commit is contained in:
bruvzg
2020-06-29 14:24:56 +03:00
parent 94eaeb5e84
commit 43888ebfaf
7 changed files with 58 additions and 18 deletions

View File

@ -29,15 +29,21 @@
<key>NSCameraUsageDescription</key>
<string>Camera access is required to capture video.</string>
<key>NSRequiresAquaSystemAppearance</key>
<false />
<false />
<key>NSHumanReadableCopyright</key>
<string>© 2007-2020 Juan Linietsky, Ariel Manzur &amp; Godot Engine contributors</string>
<key>CFBundleSupportedPlatforms</key>
<array>
<string>MacOSX</string>
</array>
<key>NSPrincipalClass</key>
<string>NSApplication</string>
<key>LSMinimumSystemVersion</key>
<string>10.9.0</string>
<string>10.9</string>
<key>LSMinimumSystemVersionByArchitecture</key>
<dict>
<key>x86_64</key>
<string>10.9.0</string>
<string>10.9</string>
</dict>
<key>NSHighResolutionCapable</key>
<true/>