empw/BasiliskII.app/Contents/Info.plist
Elliot Nunn dfc33860bc Sundry improvements
I have been patching empw ad hoc. It would be too much trouble to
separate out all my changes so far. Highlights:
- Basilisk II (-b) for when you need more RAM (jankier UI, though)
- larger disk images
- support for partitioned images, *if* you create them yourself
- support for stderr and return codes (but not stdin yet)
- support for running from a subdirectory
- UNIX->Mac path conversion
2018-05-10 23:38:17 +08:00

33 lines
1.0 KiB
Plaintext
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>CFBundleDevelopmentRegion</key>
<string>English</string>
<key>CFBundleExecutable</key>
<string>BasiliskII</string>
<key>CFBundleGetInfoString</key>
<string>Basilisk II version 1.0, Copyright © 1997-2006 Christian Bauer et al. Mac OS X port 19</string>
<key>CFBundleIconFile</key>
<string>BasiliskII.icns</string>
<key>CFBundleIdentifier</key>
<string></string>
<key>CFBundleInfoDictionaryVersion</key>
<string>6.0</string>
<key>CFBundleName</key>
<string>BasiliskII</string>
<key>CFBundlePackageType</key>
<string>APPL</string>
<key>CFBundleShortVersionString</key>
<string>Basilisk II 1.0, Mac OS X port 19, build 2014-03-01</string>
<key>CFBundleSignature</key>
<string>????</string>
<key>NSHelpFile</key>
<string>README.txt</string>
<key>NSMainNibFile</key>
<string>MainMenu</string>
<key>NSPrincipalClass</key>
<string>Controller</string>
</dict>
</plist>