mirror of
https://github.com/chocolate-doom/launcher.git
synced 2024-11-13 00:24:38 +00:00
31 lines
929 B
Text
31 lines
929 B
Text
|
<?xml version="1.0" encoding="UTF-8"?>
|
||
|
<!DOCTYPE plist PUBLIC "-//Apple Computer//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>CFBundleDisplayName</key>
|
||
|
<string>Chocolate Doom</string>
|
||
|
<key>CFBundleExecutable</key>
|
||
|
<string>launcher</string>
|
||
|
<key>CFBundleGetInfoString</key>
|
||
|
<string>Chocolate Doom 1.2.1</string>
|
||
|
<key>CFBundleIconFile</key>
|
||
|
<string>chocolate-doom.icns</string>
|
||
|
<key>CFBundleInfoDictionaryVersion</key>
|
||
|
<string>6.0</string>
|
||
|
<key>CFBundleName</key>
|
||
|
<string>ChocolateDoom</string>
|
||
|
<key>CFBundlePackageType</key>
|
||
|
<string>APPL</string>
|
||
|
<key>CFBundleShortVersionString</key>
|
||
|
<string>1.2.1</string>
|
||
|
<key>CFBundleVersion</key>
|
||
|
<string>1.2.1</string>
|
||
|
<key>NSPrincipalClass</key>
|
||
|
<string>NSApplication</string>
|
||
|
<key>NSMainNibFile</key>
|
||
|
<string>launcher</string>
|
||
|
</dict>
|
||
|
</plist>
|