added missing MACOSX_BUNDLE_GUI_IDENTIFIER for mupp.
This commit is contained in:
parent
3bcc382679
commit
005b33c379
@ -101,6 +101,7 @@ if (APPLE)
|
|||||||
MACOSX_BUNDLE_INFO_STRING "mupp is used to plot parameters from musrfit collections."
|
MACOSX_BUNDLE_INFO_STRING "mupp is used to plot parameters from musrfit collections."
|
||||||
MACOSX_BUNDLE_ICON_FILE "mupp.icns"
|
MACOSX_BUNDLE_ICON_FILE "mupp.icns"
|
||||||
MACOSX_BUNDLE_LONG_VERSION_STRING "${mupp_VERSION}"
|
MACOSX_BUNDLE_LONG_VERSION_STRING "${mupp_VERSION}"
|
||||||
|
MACOSX_BUNDLE_GUI_IDENTIFIER "ch.psi.lmu.mupp"
|
||||||
MACOSX_FRAMEWORK_IDENTIFIER ch.psi.mupp
|
MACOSX_FRAMEWORK_IDENTIFIER ch.psi.mupp
|
||||||
MACOSX_BUNDLE_COPYRIGHT "Andreas Suter"
|
MACOSX_BUNDLE_COPYRIGHT "Andreas Suter"
|
||||||
RESOURCE "${RESOURCE_FILES}"
|
RESOURCE "${RESOURCE_FILES}"
|
||||||
|
@ -101,6 +101,7 @@ if (APPLE)
|
|||||||
MACOSX_BUNDLE_INFO_STRING "mupp is used to plot parameters from musrfit collections."
|
MACOSX_BUNDLE_INFO_STRING "mupp is used to plot parameters from musrfit collections."
|
||||||
MACOSX_BUNDLE_ICON_FILE "mupp.icns"
|
MACOSX_BUNDLE_ICON_FILE "mupp.icns"
|
||||||
MACOSX_BUNDLE_LONG_VERSION_STRING "${mupp_VERSION}"
|
MACOSX_BUNDLE_LONG_VERSION_STRING "${mupp_VERSION}"
|
||||||
|
MACOSX_BUNDLE_GUI_IDENTIFIER "ch.psi.lmu.mupp"
|
||||||
MACOSX_FRAMEWORK_IDENTIFIER ch.psi.mupp
|
MACOSX_FRAMEWORK_IDENTIFIER ch.psi.mupp
|
||||||
MACOSX_BUNDLE_COPYRIGHT "Andreas Suter"
|
MACOSX_BUNDLE_COPYRIGHT "Andreas Suter"
|
||||||
RESOURCE "${RESOURCE_FILES}"
|
RESOURCE "${RESOURCE_FILES}"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user