diff options
author | Jaakko Keränen <jaakko.keranen@iki.fi> | 2021-03-15 14:35:05 +0200 |
---|---|---|
committer | Jaakko Keränen <jaakko.keranen@iki.fi> | 2021-03-15 19:03:41 +0200 |
commit | ee2d10692f702ec650aed084825a49a531769077 (patch) | |
tree | 59d51a61a4765396e747fc5cf09d85e9c073deb2 /res | |
parent | 675e6dd88085dae6cfd67562fb164542e784e31c (diff) |
macOS: Info.plist key for app icon
Diffstat (limited to 'res')
-rw-r--r-- | res/MacOSXBundleInfo.plist.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/res/MacOSXBundleInfo.plist.in b/res/MacOSXBundleInfo.plist.in index f5047748..a6a02415 100644 --- a/res/MacOSXBundleInfo.plist.in +++ b/res/MacOSXBundleInfo.plist.in | |||
@@ -8,7 +8,7 @@ | |||
8 | <string>${MACOSX_BUNDLE_EXECUTABLE_NAME}</string> | 8 | <string>${MACOSX_BUNDLE_EXECUTABLE_NAME}</string> |
9 | <key>CFBundleGetInfoString</key> | 9 | <key>CFBundleGetInfoString</key> |
10 | <string>${MACOSX_BUNDLE_INFO_STRING}</string> | 10 | <string>${MACOSX_BUNDLE_INFO_STRING}</string> |
11 | <key>CFBundleIconName</key> | 11 | <key>CFBundleIconFile</key> |
12 | <string>${MACOSX_BUNDLE_ICON_FILE}</string> | 12 | <string>${MACOSX_BUNDLE_ICON_FILE}</string> |
13 | <key>CFBundleIdentifier</key> | 13 | <key>CFBundleIdentifier</key> |
14 | <string>${MACOSX_BUNDLE_GUI_IDENTIFIER}</string> | 14 | <string>${MACOSX_BUNDLE_GUI_IDENTIFIER}</string> |