<?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>English</string> <key>CFBundleExecutable</key> <string>${EXECUTABLE_NAME}</string> <key>CFBundleIconFile</key> <string>QuakeSpasm</string> <key>CFBundleIdentifier</key> <string>net.sf.quakespasm.QuakeSpasm</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.95.1</string> <key>CFBundleSignature</key> <string>????</string> <key>LSApplicationCategoryType</key> <string>public.app-category.action-games</string> <key>LSMinimumSystemVersionByArchitecture</key> <dict> <key>i386</key> <string>10.4.0</string> <key>ppc</key> <string>10.4.0</string> <key>x86_64</key> <string>10.6.0</string> <key>arm64</key> <string>11.0.0</string> </dict> <key>NSMainNibFile</key> <string>Launcher</string> <key>NSPrincipalClass</key> <string>SDLApplication</string> </dict> </plist>