diff options
| author | luigi1111 <luigi1111w@gmail.com> | 2020-02-19 22:10:43 -0500 |
|---|---|---|
| committer | luigi1111 <luigi1111w@gmail.com> | 2020-02-19 22:10:43 -0500 |
| commit | 07319724991aa391ea27b809583615d7bcfae3f2 (patch) | |
| tree | 6cafcda0bb5a854d96211bcd2bb29da13fc24123 | |
| parent | f9b9d43ac104f9a8404889b5ab00c05ff9357819 (diff) | |
| parent | 0af7a4320d3899a32e296782346ed5c616df1358 (diff) | |
| download | monzero-gui-07319724991aa391ea27b809583615d7bcfae3f2.tar.gz monzero-gui-07319724991aa391ea27b809583615d7bcfae3f2.tar.xz monzero-gui-07319724991aa391ea27b809583615d7bcfae3f2.zip | |
Merge pull request #2774
0af7a43 macOS: add copyright notice (selsta)
| -rw-r--r-- | share/Info.plist | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/share/Info.plist b/share/Info.plist index 7484844d..f087a028 100644 --- a/share/Info.plist +++ b/share/Info.plist @@ -23,6 +23,9 @@ <key>CFBundleName</key> <string>Monero GUI</string> + <key>NSHumanReadableCopyright</key> + <string>Copyright © 2014-2020 The Monero Project</string> + <key>CFBundleIdentifier</key> <string>org.monero-project.monero-wallet-gui</string> |
