mirror of
https://github.com/Redot-Engine/redot-engine.git
synced 2025-12-06 07:17:42 -05:00
[Export] Add readable descriptions and validation warnings to the export options.
This commit is contained in:
18
misc/dist/macos_template.app/Contents/Info.plist
vendored
18
misc/dist/macos_template.app/Contents/Info.plist
vendored
@@ -24,6 +24,20 @@
|
||||
<string>$signature</string>
|
||||
<key>CFBundleVersion</key>
|
||||
<string>$version</string>
|
||||
<key>DTPlatformBuild</key>
|
||||
<string>$platfbuild</string>
|
||||
<key>DTPlatformName</key>
|
||||
<string>macosx</string>
|
||||
<key>DTPlatformVersion</key>
|
||||
<string>$sdkver</string>
|
||||
<key>DTSDKBuild</key>
|
||||
<string>$sdkbuild</string>
|
||||
<key>DTSDKName</key>
|
||||
<string>$sdkname</string>
|
||||
<key>DTXcode</key>
|
||||
<string>$xcodever</string>
|
||||
<key>DTXcodeBuild</key>
|
||||
<string>$xcodebuild</string>
|
||||
$usage_descriptions
|
||||
<key>NSHumanReadableCopyright</key>
|
||||
<string>$copyright</string>
|
||||
@@ -36,11 +50,11 @@ $usage_descriptions
|
||||
<key>LSApplicationCategoryType</key>
|
||||
<string>public.app-category.$app_category</string>
|
||||
<key>LSMinimumSystemVersion</key>
|
||||
<string>10.12</string>
|
||||
<string>$min_version</string>
|
||||
<key>LSMinimumSystemVersionByArchitecture</key>
|
||||
<dict>
|
||||
<key>x86_64</key>
|
||||
<string>10.12</string>
|
||||
<string>$min_version</string>
|
||||
</dict>
|
||||
<key>NSHighResolutionCapable</key>
|
||||
$highres
|
||||
|
||||
Reference in New Issue
Block a user