12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879 |
- <?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>NSHighResolutionCapable</key>
- <true/>
- <key>CFAppleHelpAnchor</key>
- <string>index</string>
- <key>CFBundleDocumentTypes</key>
- <array>
- <dict>
- <key>CFBundleTypeExtensions</key>
- <array>
- <string>rom</string>
- </array>
- <key>CFBundleTypeName</key>
- <string>ROM image</string>
- <key>CFBundleTypeRole</key>
- <string>Shell</string>
- <key>LSTypeIsPackage</key>
- <false/>
- </dict>
- <dict>
- <key>CFBundleTypeExtensions</key>
- <array>
- <string>dsk</string>
- </array>
- <key>CFBundleTypeName</key>
- <string>Disk image</string>
- <key>CFBundleTypeRole</key>
- <string>Shell</string>
- <key>LSTypeIsPackage</key>
- <false/>
- </dict>
- <dict>
- <key>CFBundleTypeExtensions</key>
- <array>
- <string>cas</string>
- </array>
- <key>CFBundleTypeName</key>
- <string>Cassette image</string>
- <key>CFBundleTypeRole</key>
- <string>Shell</string>
- <key>LSTypeIsPackage</key>
- <false/>
- </dict>
- </array>
- <key>CFBundleExecutable</key>
- <string>openmsx</string>
- <key>CFBundleGetInfoHTML</key>
- <string>openMSX %VERSION%</string>
- <key>CFBundleIconFile</key>
- <string>%ICON%</string>
- <key>CFBundleIdentifier</key>
- <string>org.openmsx.openmsx</string>
- <key>CFBundleName</key>
- <string>openMSX</string>
- <key>CFBundlePackageType</key>
- <string>APPL</string>
- <key>CFBundleShortVersionString</key>
- <string>%VERSION%</string>
- <key>CFBundleSignature</key>
- <string>oMSX</string>
- <key>CFBundleVersion</key>
- <string>%VERSION%</string>
- <key>LSMinimumSystemVersionByArchitecture</key>
- <dict>
- <key>x86_64</key>
- <string>10.7.0</string>
- </dict>
- <key>LSRequiresCarbon</key>
- <true/>
- <key>NSPrefPaneIconFile</key>
- <string>%ICON%</string>
- <key>NSPrefPaneIconLabel</key>
- <string>openMSX</string>
- </dict>
- </plist>
|