[macOS, 3.2] Add support for the Apple Silicon (ARM64) build target.
This commit is contained in:
12
misc/dist/osx_tools.app/Contents/Info.plist
vendored
12
misc/dist/osx_tools.app/Contents/Info.plist
vendored
@ -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 & 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/>
|
||||
|
||||
Reference in New Issue
Block a user