diff options
| author | Felix Morgner <felix.morgner@gmail.com> | 2026-08-24 11:16:07 +0200 |
|---|---|---|
| committer | Felix Morgner <felix.morgner@gmail.com> | 2026-08-24 11:16:07 +0200 |
| commit | c068f22329d5cc722622a2183bbb22eef2093df7 (patch) | |
| tree | 12d56c1aede67988a55e241364606bfbb4dba933 /platforms/xcode/Parsec-Info.plist | |
| download | openparsec-main.tar.xz openparsec-main.zip | |
Diffstat (limited to 'platforms/xcode/Parsec-Info.plist')
| -rw-r--r-- | platforms/xcode/Parsec-Info.plist | 61 |
1 files changed, 61 insertions, 0 deletions
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 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd"> +<plist version="1.0"> +<dict> + <key>CFBundleDevelopmentRegion</key> + <string>en</string> + <key>CFBundleDocumentTypes</key> + <array> + <dict> + <key>CFBundleTypeExtensions</key> + <array> + <string>con</string> + </array> + <key>CFBundleTypeIconFile</key> + <string>con.icns</string> + <key>CFBundleTypeName</key> + <string>Parsec Console Script</string> + <key>CFBundleTypeOSTypes</key> + <array> + <string>TEXT</string> + </array> + <key>CFBundleTypeRole</key> + <string>None</string> + </dict> + <dict> + <key>CFBundleTypeExtensions</key> + <array> + <string>dat</string> + </array> + <key>CFBundleTypeIconFile</key> + <string>dat.icns</string> + <key>CFBundleTypeName</key> + <string>Parsec Datafile</string> + <key>CFBundleTypeOSTypes</key> + <array> + <string>BINA</string> + </array> + <key>CFBundleTypeRole</key> + <string>None</string> + </dict> + </array> + <key>CFBundleExecutable</key> + <string>${EXECUTABLE_NAME}</string> + <key>CFBundleIconFile</key> + <string>parsec</string> + <key>CFBundleIdentifier</key> + <string>OpenParsec.${PRODUCT_NAME:rfc1034identifier}</string> + <key>CFBundleInfoDictionaryVersion</key> + <string>6.0</string> + <key>CFBundleName</key> + <string>${PRODUCT_NAME}</string> + <key>CFBundlePackageType</key> + <string>APPL</string> + <key>CFBundleShortVersionString</key> + <string>0.2.0</string> + <key>CFBundleSignature</key> + <string>????</string> + <key>LSApplicationCategoryType</key> + <string>public.app-category.games</string> +</dict> +</plist> |
