summaryrefslogtreecommitdiff
path: root/Source
diff options
context:
space:
mode:
authorMaarten ter Huurne <maarten@treewalker.org>2011-12-11 16:21:17 +0100
committerMaarten ter Huurne <maarten@treewalker.org>2011-12-11 16:21:17 +0100
commitc1cf4f80cfb03e9961adecc4f4518d89879b9fed (patch)
treeff3340a4210d43c87bf158aa8c0f912a6c5fb1f5 /Source
parent9d2f589f014512565e800048cb0878a75187674b (diff)
Added bundle version and copyright string to OS X bundle info.
Diffstat (limited to 'Source')
-rw-r--r--Source/Core/DolphinWX/CMakeLists.txt2
1 files changed, 2 insertions, 0 deletions
diff --git a/Source/Core/DolphinWX/CMakeLists.txt b/Source/Core/DolphinWX/CMakeLists.txt
index 0f8fa53d7d..7979b5cc58 100644
--- a/Source/Core/DolphinWX/CMakeLists.txt
+++ b/Source/Core/DolphinWX/CMakeLists.txt
@@ -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.