diff options
author | bruvzg <7645683+bruvzg@users.noreply.github.com> | 2023-03-09 10:41:52 +0200 |
---|---|---|
committer | bruvzg <7645683+bruvzg@users.noreply.github.com> | 2023-04-19 08:35:59 +0300 |
commit | 0088981c4048c1779980a694986d715b11be1a45 (patch) | |
tree | ed8c5f309ad767a7b4e35b558fd65ee081298023 /misc/dist | |
parent | 1b4b8934e080ec5300c78547527517f4a5b733e9 (diff) | |
download | redot-engine-0088981c4048c1779980a694986d715b11be1a45.tar.gz |
[Export] Add readable descriptions and validation warnings to the export options.
Diffstat (limited to 'misc/dist')
-rw-r--r-- | misc/dist/macos_template.app/Contents/Info.plist | 18 |
1 files changed, 16 insertions, 2 deletions
diff --git a/misc/dist/macos_template.app/Contents/Info.plist b/misc/dist/macos_template.app/Contents/Info.plist index 542146cdb8..40966d2ced 100644 --- a/misc/dist/macos_template.app/Contents/Info.plist +++ b/misc/dist/macos_template.app/Contents/Info.plist @@ -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 |