From 2da9665e6ea7b1ca935db91f9ce9595d2878cad9 Mon Sep 17 00:00:00 2001 From: Kyle Isom Date: Sun, 30 Nov 2025 03:21:46 -0800 Subject: [PATCH] Update MacOS build. --- .idea/workspace.xml | 26 +++++++++++++------------- CMakeLists.txt | 2 +- cmake/Info.plist.in | 26 ++++++++++++++++++++++++++ 3 files changed, 40 insertions(+), 14 deletions(-) create mode 100644 cmake/Info.plist.in diff --git a/.idea/workspace.xml b/.idea/workspace.xml index bc141fb..9a6308e 100644 --- a/.idea/workspace.xml +++ b/.idea/workspace.xml @@ -33,17 +33,8 @@ - - - - - + - - - - - @@ -241,7 +240,8 @@ - diff --git a/CMakeLists.txt b/CMakeLists.txt index e7194b9..cd9db2b 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -149,7 +149,7 @@ if (${BUILD_GUI}) # On macOS, build kge as a proper .app bundle if (APPLE) # Configure Info.plist with version and identifiers - set(KGE_BUNDLE_ID "dev.kyle.kge") + set(KGE_BUNDLE_ID "dev.wntrmute.kge") configure_file( ${CMAKE_CURRENT_LIST_DIR}/cmake/Info.plist.in ${CMAKE_CURRENT_BINARY_DIR}/kge-Info.plist diff --git a/cmake/Info.plist.in b/cmake/Info.plist.in new file mode 100644 index 0000000..2b94ed8 --- /dev/null +++ b/cmake/Info.plist.in @@ -0,0 +1,26 @@ + + + + + CFBundleDevelopmentRegion + en + CFBundleExecutable + kge + CFBundleIdentifier + @KGE_BUNDLE_ID@ + CFBundleInfoDictionaryVersion + 6.0 + CFBundleName + kge + CFBundlePackageType + APPL + CFBundleShortVersionString + @KTE_VERSION@ + CFBundleVersion + @KTE_VERSION@ + LSMinimumSystemVersion + 10.13 + NSHighResolutionCapable + + +