From c068f22329d5cc722622a2183bbb22eef2093df7 Mon Sep 17 00:00:00 2001 From: Felix Morgner Date: Mon, 24 Aug 2026 11:16:07 +0200 Subject: initial import --- platforms/xcode/Parsec-Info.plist | 61 +++++++++++++++++++++++++++++++++++++++ 1 file changed, 61 insertions(+) create mode 100644 platforms/xcode/Parsec-Info.plist (limited to 'platforms/xcode/Parsec-Info.plist') diff --git a/platforms/xcode/Parsec-Info.plist b/platforms/xcode/Parsec-Info.plist new file mode 100644 index 0000000..3f54c4a --- /dev/null +++ b/platforms/xcode/Parsec-Info.plist @@ -0,0 +1,61 @@ + + + + + CFBundleDevelopmentRegion + en + CFBundleDocumentTypes + + + CFBundleTypeExtensions + + con + + CFBundleTypeIconFile + con.icns + CFBundleTypeName + Parsec Console Script + CFBundleTypeOSTypes + + TEXT + + CFBundleTypeRole + None + + + CFBundleTypeExtensions + + dat + + CFBundleTypeIconFile + dat.icns + CFBundleTypeName + Parsec Datafile + CFBundleTypeOSTypes + + BINA + + CFBundleTypeRole + None + + + CFBundleExecutable + ${EXECUTABLE_NAME} + CFBundleIconFile + parsec + CFBundleIdentifier + OpenParsec.${PRODUCT_NAME:rfc1034identifier} + CFBundleInfoDictionaryVersion + 6.0 + CFBundleName + ${PRODUCT_NAME} + CFBundlePackageType + APPL + CFBundleShortVersionString + 0.2.0 + CFBundleSignature + ???? + LSApplicationCategoryType + public.app-category.games + + -- cgit v1.2.3