diff --git a/goldendict.pro b/goldendict.pro index 83413d4b..24a8921f 100644 --- a/goldendict.pro +++ b/goldendict.pro @@ -155,6 +155,7 @@ mac { macmouseover.mm \ speechclient_mac.mm ICON = icons/macicon.icns + QMAKE_INFO_PLIST = myInfo.plist QMAKE_POST_LINK = mkdir -p GoldenDict.app/Contents/Frameworks & \ cp -nR $${PWD}/maclibs/lib/ GoldenDict.app/Contents/Frameworks/ & \ mkdir -p GoldenDict.app/Contents/MacOS/locale & \ diff --git a/myInfo.plist b/myInfo.plist new file mode 100644 index 00000000..60302581 --- /dev/null +++ b/myInfo.plist @@ -0,0 +1,22 @@ + + + + + CFBundleIconFile + @ICON@ + CFBundlePackageType + APPL + CFBundleGetInfoString + @SHORT_VERSION@ + CFBundleSignature + @TYPEINFO@ + CFBundleExecutable + @EXECUTABLE@ + CFBundleShortVersionString + @SHORT_VERSION@ + CFBundleIdentifier + org.goldendict + NSPrincipalClass + NSApplication + +