Files
mame-mac-app-bundle/MAME.app/Contents/Info.plist
T

23 lines
649 B
Plaintext
Raw Normal View History

2021-12-01 02:45:19 -08:00
<?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>CFBundlePackageType</key>
<string>APPL</string>
<key>CFBundleInfoDictionaryVersion</key>
<string>6.0</string>
<key>CFBundleName</key>
<string>MAME</string>
<key>CFBundleExecutable</key>
<string>run.command</string>
<key>CFBundleIdentifier</key>
<string>MAME</string>
<key>CFBundleVersion</key>
<string>1.0</string>
<key>CFBundleIconFile</key>
<string>ApplicationIcon.icns</string>
<key>CFBundleShortVersionString</key>
<string>1.0</string>
</dict>
</plist>