From add78d98a206f0fa358786a3fa7385c258362bd0 Mon Sep 17 00:00:00 2001 From: Robert Konrad Date: Sat, 8 Jun 2024 20:37:11 +0200 Subject: [PATCH] Add a new plist file --- Sources/mac.plist | 34 ++++++++++++++++++++++++++++++++++ 1 file changed, 34 insertions(+) create mode 100644 Sources/mac.plist diff --git a/Sources/mac.plist b/Sources/mac.plist new file mode 100644 index 0000000..27690a2 --- /dev/null +++ b/Sources/mac.plist @@ -0,0 +1,34 @@ + + + + + CFBundleDevelopmentRegion + en + CFBundleExecutable + ${EXECUTABLE_NAME} + CFBundleIconFile + icon.icns + CFBundleIdentifier + tech.kode.${PRODUCT_NAME:rfc1034identifier} + CFBundleInfoDictionaryVersion + 6.0 + CFBundleName + ${PRODUCT_NAME} + CFBundlePackageType + APPL + CFBundleShortVersionString + 1.0 + CFBundleSignature + ???? + CFBundleVersion + 1 + LSApplicationCategoryType + public.app-category.games + LSMinimumSystemVersion + ${MACOSX_DEPLOYMENT_TARGET} + NSHumanReadableCopyright + Copyright © 2024 The Kongruent Team. All rights reserved. + NSPrincipalClass + NSApplication + +