mkxp-sunshine/patches/mac/Info.plist.in
2018-07-03 11:36:24 -07:00

36 lines
1.3 KiB
XML
Executable file

<?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>CFBundleName</key>
<string>OneShot</string>
<key>CFBundleDisplayName</key>
<string>OneShot</string>
<key>CFBundleGetInfoString</key>
<string>You only have one shot.</string>
<key>CFBundleIdentifier</key>
<string>queengooborg.oneshot-game.osx</string>
<key>CFBundleExecutable</key>
<string>oneshot.sh</string>
<key>CFBundleIconFile</key>
<string>icon.icns</string>
<key>CFBundleInfoDictionaryVersion</key>
<string>6.0</string>
<key>CFBundlePackageType</key>
<string>APPL</string>
<key>CFBundleVersion</key>
<string>macOS Port v.ONESHOTMACVERSION</string>
<key>CFBundleShortVersionString</key>
<string>ONESHOTMACVERSION</string>
<key>LSApplicationCategoryType</key>
<string>public.app-category.games</string>
<key>LSMinimumSystemVersion</key>
<string>10.7</string>
<key>LSBackgroundOnly</key>
<string>0</string>
<key>NSHumanReadableCopyright</key>
<string>Copyright © 2017, OneShot team, all rights reserved. View CREDITS.txt for more. Port for macOS copyright © 2018, Vinyl Darkscratch, MIT License.</string>
<key>NSHighResolutionCapable</key>
<string>True</string>
</dict>
</plist>