diff --git a/src/mac/Info.plist.app b/src/mac/Info.plist.app new file mode 100644 index 000000000..3648a39fd --- /dev/null +++ b/src/mac/Info.plist.app @@ -0,0 +1,22 @@ + + + + + NSPrincipalClass + NSApplication + CFBundleIconFile + @ICON@ + CFBundlePackageType + APPL + CFBundleGetInfoString + 3.1.0 (developer) + CFBundleSignature + @TYPEINFO@ + CFBundleExecutable + @EXECUTABLE@ + CFBundleIdentifier + @BUNDLEIDENTIFIER@ + NOTE + 3.1.0 pre-release + + diff --git a/src/src.pro b/src/src.pro index 4ce8024d4..6d4619d50 100644 --- a/src/src.pro +++ b/src/src.pro @@ -9,6 +9,7 @@ TEMPLATE = app TARGET = GoldenCheetah !isEmpty( APP_NAME ) { TARGET = $${APP_NAME} } DEPENDPATH += . +QMAKE_INFO_PLIST = ./mac/Info.plist.app ## qwt and libz INCLUDEPATH += ../qwt/src ../qxt/src $${LIBZ_INCLUDE}