diff options
author | bruvzg <7645683+bruvzg@users.noreply.github.com> | 2024-01-10 10:22:46 +0200 |
---|---|---|
committer | bruvzg <7645683+bruvzg@users.noreply.github.com> | 2024-01-11 21:05:35 +0200 |
commit | 491077239c59469f958857e7f052aabfb6bef49c (patch) | |
tree | 62f499d1bd8589916bd86f9ec3764df53027f8d7 /misc/dist | |
parent | 12ee58d8bc979d7adc1218f5a343787b604cb780 (diff) | |
download | redot-engine-491077239c59469f958857e7f052aabfb6bef49c.tar.gz |
[macOS/iOS export] Add option to set custom Info.plist data.
Diffstat (limited to 'misc/dist')
-rw-r--r-- | misc/dist/macos_template.app/Contents/Info.plist | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/misc/dist/macos_template.app/Contents/Info.plist b/misc/dist/macos_template.app/Contents/Info.plist index 40966d2ced..78bb559c0e 100644 --- a/misc/dist/macos_template.app/Contents/Info.plist +++ b/misc/dist/macos_template.app/Contents/Info.plist @@ -58,5 +58,6 @@ $usage_descriptions </dict> <key>NSHighResolutionCapable</key> $highres +$additional_plist_content </dict> </plist> |