mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-29 04:08:55 +00:00
Added bundle version and copyright string to OS X bundle info.
This commit is contained in:
parent
9d2f589f01
commit
c1cf4f80cf
2 changed files with 14 additions and 8 deletions
|
@ -129,6 +129,8 @@ if(${CMAKE_SYSTEM_NAME} MATCHES "Darwin")
|
|||
MACOSX_BUNDLE_GUI_IDENTIFIER com.dolphin-emulator.dolphin
|
||||
MACOSX_BUNDLE_SHORT_VERSION_STRING ${DOLPHIN_WC_DESCRIBE}
|
||||
MACOSX_BUNDLE_LONG_VERSION_STRING ${DOLPHIN_WC_REVISION}
|
||||
MACOSX_BUNDLE_BUNDLE_VERSION "${DOLPHIN_VERSION_MAJOR}.${DOLPHIN_VERSION_MINOR}"
|
||||
MACOSX_BUNDLE_COPYRIGHT "Licensed under GPL version 2"
|
||||
)
|
||||
|
||||
# Install Cg framework into application bundle.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue