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
+1
View File
@@ -0,0 +1 @@
.DS_Store
+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>
+4
View File
@@ -0,0 +1,4 @@
#!/bin/bash
chgdir="$(dirname $0)/../Resources/"
cd $chgdir
./mame -window
Binary file not shown.
+10
View File
@@ -0,0 +1,10 @@
A .app template for MAME on macOS, allowing for easier and more elegant launch of MAME.
**NOTE:** I advise against placing the app in `/Applications` as this may cause permission issues.
## Instructions
* If you haven't already, download the SDL2 **Runtime Binaries** [here](http://www.libsdl.org/download-2.0.php) and follow the included readme to install it.
* Download MAME from [here](https://sdlmame.lngn.net/).
* Extract the downloaded MAME files into this repository's .app bundle (MAME.app/Contents/Resources/) as shown:
![preview screenshot](extraction.png).
* Move the bundle to anywhere you'd like, keeping my note in mind.
BIN
View File
Binary file not shown.

After

Width:  |  Height:  |  Size: 103 KiB