diff options
| author | luigi1111 <luigi1111w@gmail.com> | 2018-05-11 16:51:12 -0500 |
|---|---|---|
| committer | luigi1111 <luigi1111w@gmail.com> | 2018-05-11 16:51:12 -0500 |
| commit | f4ddb6faf964ade17429e967aabd2cbea8975c75 (patch) | |
| tree | a4fe1f597b964dd0dbecc0fd0398b5f24d2c298b | |
| parent | da014b07a9b25e58ec9f6c5bb78c6b551ff7aa18 (diff) | |
| parent | 34b9a04af5c46635442dce06b6e8ec9bfa1e51a3 (diff) | |
| download | monzero-gui-f4ddb6faf964ade17429e967aabd2cbea8975c75.tar.gz monzero-gui-f4ddb6faf964ade17429e967aabd2cbea8975c75.tar.xz monzero-gui-f4ddb6faf964ade17429e967aabd2cbea8975c75.zip | |
Merge pull reqeust #1398
01dcfe0 fix typo on Info.plist
34b9a04 replace osx toolbar appname with CFBundleName
| -rw-r--r-- | share/Info.plist | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/share/Info.plist b/share/Info.plist index d8160934..d1b91a8d 100644 --- a/share/Info.plist +++ b/share/Info.plist @@ -19,6 +19,9 @@ <key>CFBundleExecutable</key> <string>monero-wallet-gui</string> + + <key>CFBundleName</key> + <string>Monero GUI</string> <key>CFBundleIdentifier</key> <string>org.monero-project.monero-wallet-gui</string> @@ -26,4 +29,4 @@ <key>NSSupportsAutomaticGraphicsSwitching</key> <true/> </dict> -</plist +</plist> |
