1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32
|
<?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>NSRequiresAquaSystemAppearance</key>
<true/>
<key>NSHighResolutionCapable</key>
<true/>
<key>CFBundleExecutable</key>
<string>openmsx-debugger</string>
<key>CFBundleGetInfoHTML</key>
<string>openMSX Debugger %VERSION%</string>
<key>CFBundleIconFile</key>
<string>%ICON%</string>
<key>CFBundleIdentifier</key>
<string>org.openmsx.openmsx-debugger</string>
<key>CFBundleName</key>
<string>openMSX Debugger</string>
<key>CFBundlePackageType</key>
<string>APPL</string>
<key>CFBundleShortVersionString</key>
<string>%VERSION%</string>
<key>CFBundleSignature</key>
<string>oMXD</string>
<key>CFBundleVersion</key>
<string>%VERSION%</string>
<key>NSPrefPaneIconFile</key>
<string>%ICON%</string>
<key>NSPrefPaneIconLabel</key>
<string>openMSX Debugger</string>
</dict>
</plist>
|