From 894b10eeb4fb2edc711c28fa24e46d8ce6fe3a04 Mon Sep 17 00:00:00 2001 From: pazos Date: Wed, 2 May 2018 17:27:22 +0200 Subject: [PATCH] add Info.plist template --- monero-wallet-gui.pro | 3 ++- share/Info.plist | 29 +++++++++++++++++++++++++++++ 2 files changed, 31 insertions(+), 1 deletion(-) create mode 100644 share/Info.plist diff --git a/monero-wallet-gui.pro b/monero-wallet-gui.pro index cd48a4b7..91f5db5a 100644 --- a/monero-wallet-gui.pro +++ b/monero-wallet-gui.pro @@ -439,5 +439,6 @@ DISTFILES += \ # windows application icon RC_ICONS = images/appicon.ico -# mac application icon +# mac Info.plist & application icon +QMAKE_INFO_PLIST = $$PWD/share/Info.plist ICON = $$PWD/images/appicon.icns diff --git a/share/Info.plist b/share/Info.plist new file mode 100644 index 00000000..d8160934 --- /dev/null +++ b/share/Info.plist @@ -0,0 +1,29 @@ + + + + + LSMinimumSystemVersion + 10.10.0 + + NSPrincipalClass + NSApplication + + CFBundleIconFile + appicon.icns + + CFBundlePackageType + APPL + + CFBundleSignature + ???? + + CFBundleExecutable + monero-wallet-gui + + CFBundleIdentifier + org.monero-project.monero-wallet-gui + + NSSupportsAutomaticGraphicsSwitching + + +