[macOS] Add support for the Apple Silicon (ARM64) build target.
This commit is contained in:
parent
9fc65fd1f1
commit
00299f15b4
8 changed files with 52 additions and 14 deletions
10
misc/dist/osx_template.app/Contents/Info.plist
vendored
10
misc/dist/osx_template.app/Contents/Info.plist
vendored
|
|
@ -30,12 +30,18 @@
|
|||
<string>$camera_usage_description</string>
|
||||
<key>NSHumanReadableCopyright</key>
|
||||
<string>$copyright</string>
|
||||
<key>CFBundleSupportedPlatforms</key>
|
||||
<array>
|
||||
<string>MacOSX</string>
|
||||
</array>
|
||||
<key>NSPrincipalClass</key>
|
||||
<string>NSApplication</string>
|
||||
<key>LSMinimumSystemVersion</key>
|
||||
<string>10.12.0</string>
|
||||
<string>10.12</string>
|
||||
<key>LSMinimumSystemVersionByArchitecture</key>
|
||||
<dict>
|
||||
<key>x86_64</key>
|
||||
<string>10.12.0</string>
|
||||
<string>10.12</string>
|
||||
</dict>
|
||||
<key>NSHighResolutionCapable</key>
|
||||
$highres
|
||||
|
|
|
|||
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.12.0</string>
|
||||
<string>10.12</string>
|
||||
<key>LSMinimumSystemVersionByArchitecture</key>
|
||||
<dict>
|
||||
<key>x86_64</key>
|
||||
<string>10.12.0</string>
|
||||
<string>10.12</string>
|
||||
</dict>
|
||||
<key>NSHighResolutionCapable</key>
|
||||
<true/>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue