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 + + +