HatariWii/src/gui-osx/Info-Hatari Winuae.plist
2018-05-25 20:45:09 +02:00

84 lines
2.1 KiB
Plaintext

<?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>CFBundleDocumentTypes</key>
<array>
<dict>
<key>CFBundleTypeExtensions</key>
<array>
<string>st</string>
</array>
<key>CFBundleTypeName</key>
<string>ST disk image</string>
<key>CFBundleTypeRole</key>
<string>Editor</string>
<key>LSItemContentTypes</key>
<array>
<string>com.sourceforge.hatari.st</string>
</array>
</dict>
<dict>
<key>CFBundleTypeExtensions</key>
<array>
<string>msa</string>
</array>
<key>CFBundleTypeName</key>
<string>MSA disk image</string>
<key>CFBundleTypeRole</key>
<string>Editor</string>
<key>LSItemContentTypes</key>
<array>
<string>com.sourceforge.hatari.msa</string>
</array>
</dict>
<dict>
<key>CFBundleTypeExtensions</key>
<array>
<string>cfg</string>
</array>
<key>CFBundleTypeName</key>
<string>Config File</string>
<key>CFBundleTypeRole</key>
<string>Editor</string>
<key>LSItemContentTypes</key>
<array>
<string>com.sourceforge.hatari.cfg</string>
</array>
<key>LSTypeIsPackage</key>
<false/>
<key>NSPersistentStoreTypeKey</key>
<string>Binary</string>
</dict>
</array>
<key>CFBundleExecutable</key>
<string>Hatari Winuae</string>
<key>CFBundleIconFile</key>
<string>Hatari.icns</string>
<key>CFBundleIdentifier</key>
<string>org.tuxfamily.Hatari</string>
<key>CFBundleInfoDictionaryVersion</key>
<string>6.0</string>
<key>CFBundleName</key>
<string>Hatari Winuae</string>
<key>CFBundlePackageType</key>
<string>APPL</string>
<key>CFBundleShortVersionString</key>
<string>1.9.0</string>
<key>CFBundleSignature</key>
<string>HATA</string>
<key>CFBundleVersion</key>
<string>1.9.0</string>
<key>Hatari</key>
<string>SDL Cocoa App</string>
<key>LSMinimumSystemVersion</key>
<string>10.5.0</string>
<key>NSMainNibFile</key>
<string>SDLMain</string>
<key>NSPrincipalClass</key>
<string>NSApplication</string>
</dict>
</plist>