From d1e5167a34a9a98334070b6a361603a3cd5c49aa Mon Sep 17 00:00:00 2001 From: Jaakko Keränen Date: Sun, 17 Jan 2021 07:52:28 +0200 Subject: Fixed Xcode warning The product bundle identifier must match the Info.plist file. --- CMakeLists.txt | 1 + 1 file changed, 1 insertion(+) (limited to 'CMakeLists.txt') diff --git a/CMakeLists.txt b/CMakeLists.txt index b6456976..e27956cd 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -251,6 +251,7 @@ if (APPLE) MACOSX_BUNDLE_SHORT_VERSION_STRING "${PROJECT_VERSION_MAJOR}.${PROJECT_VERSION_MINOR}" MACOSX_BUNDLE_GUI_IDENTIFIER "fi.skyjake.Lagrange" MACOSX_BUNDLE_COPYRIGHT "© ${COPYRIGHT_YEAR} Jaakko Keränen" + XCODE_ATTRIBUTE_PRODUCT_BUNDLE_IDENTIFIER "fi.skyjake.Lagrange" ) endif () if (MSYS) -- cgit v1.2.3