This commit is contained in:
msk
2021-12-01 02:45:19 -08:00
parent 910f0cefe2
commit a9ff1e95f1
6 changed files with 37 additions and 0 deletions
+22
View File
@@ -0,0 +1,22 @@
<?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>