refactor: use metaglot to take macos bundle i18n over
- use metaglot for macos bundle i18n - set macos icon from PUBLIC to PRIVATE - remove CFBundleLongVersionString from Info.plist
This commit is contained in:
Vendored
+8
@@ -0,0 +1,8 @@
|
||||
/* Application display name. The key is the Info.plist key name. */
|
||||
"CFBundleName" = "{{ strings.app_name | plist_strings_escape }}";
|
||||
/* File type names. The key is the source text, covering CFBundleTypeName. */
|
||||
"{{ sources.file_type_jpeg | plist_strings_escape }}" = "{{ strings.file_type_jpeg | plist_strings_escape }}";
|
||||
"{{ sources.file_type_png | plist_strings_escape }}" = "{{ strings.file_type_png | plist_strings_escape }}";
|
||||
"{{ sources.file_type_webp | plist_strings_escape }}" = "{{ strings.file_type_webp | plist_strings_escape }}";
|
||||
"{{ sources.file_type_gif | plist_strings_escape }}" = "{{ strings.file_type_gif | plist_strings_escape }}";
|
||||
"{{ sources.file_type_svg | plist_strings_escape }}" = "{{ strings.file_type_svg | plist_strings_escape }}";
|
||||
Reference in New Issue
Block a user