summaryrefslogtreecommitdiff
path: root/CMakeLists.txt
diff options
context:
space:
mode:
authorJaakko Keränen <jaakko.keranen@iki.fi>2021-01-17 07:52:28 +0200
committerJaakko Keränen <jaakko.keranen@iki.fi>2021-01-17 07:52:28 +0200
commitd1e5167a34a9a98334070b6a361603a3cd5c49aa (patch)
treebae5ca1e1c0bc38b81a8a10cd5a1eb5b9e97ce9e /CMakeLists.txt
parent80c258a9ea94b9fee22171f9a680a2c019fb5839 (diff)
Fixed Xcode warning
The product bundle identifier must match the Info.plist file.
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r--CMakeLists.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index b6456976..e27956cd 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -251,6 +251,7 @@ if (APPLE)
251 MACOSX_BUNDLE_SHORT_VERSION_STRING "${PROJECT_VERSION_MAJOR}.${PROJECT_VERSION_MINOR}" 251 MACOSX_BUNDLE_SHORT_VERSION_STRING "${PROJECT_VERSION_MAJOR}.${PROJECT_VERSION_MINOR}"
252 MACOSX_BUNDLE_GUI_IDENTIFIER "fi.skyjake.Lagrange" 252 MACOSX_BUNDLE_GUI_IDENTIFIER "fi.skyjake.Lagrange"
253 MACOSX_BUNDLE_COPYRIGHT "© ${COPYRIGHT_YEAR} Jaakko Keränen" 253 MACOSX_BUNDLE_COPYRIGHT "© ${COPYRIGHT_YEAR} Jaakko Keränen"
254 XCODE_ATTRIBUTE_PRODUCT_BUNDLE_IDENTIFIER "fi.skyjake.Lagrange"
254 ) 255 )
255endif () 256endif ()
256if (MSYS) 257if (MSYS)