From 12cb6386f6bb4e82dcc1105616181a7dc251fe02 Mon Sep 17 00:00:00 2001 From: bruvzg <7645683+bruvzg@users.noreply.github.com> Date: Fri, 4 Mar 2022 15:04:59 +0200 Subject: Improve app name and system permission message localization. Add localizable string (Dictionary) property editor and property hint. Add localized "app name" property to the project settings. Add localized permission and copyright properties to the macOS and iOS export settings. Remove some duplicated ("app name") and deprecated ("info") macOS and iOS export properties. --- misc/dist/osx_template.app/Contents/Info.plist | 2 -- misc/dist/osx_tools.app/Contents/Info.plist | 2 -- 2 files changed, 4 deletions(-) (limited to 'misc/dist') diff --git a/misc/dist/osx_template.app/Contents/Info.plist b/misc/dist/osx_template.app/Contents/Info.plist index 43399ec6ce..542146cdb8 100644 --- a/misc/dist/osx_template.app/Contents/Info.plist +++ b/misc/dist/osx_template.app/Contents/Info.plist @@ -10,8 +10,6 @@ $name CFBundleDisplayName $name - CFBundleGetInfoString - $info CFBundleIconFile icon.icns CFBundleIdentifier diff --git a/misc/dist/osx_tools.app/Contents/Info.plist b/misc/dist/osx_tools.app/Contents/Info.plist index 221c4b7a81..886df87cc6 100644 --- a/misc/dist/osx_tools.app/Contents/Info.plist +++ b/misc/dist/osx_tools.app/Contents/Info.plist @@ -8,8 +8,6 @@ Godot CFBundleName Godot - CFBundleGetInfoString - (c) 2007-2022 Juan Linietsky, Ariel Manzur & Godot Engine contributors CFBundleIconFile Godot.icns CFBundleIdentifier -- cgit v1.2.3