Info.plist 974 B

123456789101112131415161718192021222324252627282930313233
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
  3. <plist version="1.0">
  4. <dict>
  5. <key>NSRequiresAquaSystemAppearance</key>
  6. <true/>
  7. <key>NSHighResolutionCapable</key>
  8. <true/>
  9. <key>CFBundleExecutable</key>
  10. <string>openmsx-debugger</string>
  11. <key>CFBundleGetInfoHTML</key>
  12. <string>openMSX Debugger %VERSION%</string>
  13. <key>CFBundleIconFile</key>
  14. <string>%ICON%</string>
  15. <key>CFBundleIdentifier</key>
  16. <string>org.openmsx.openmsx-debugger</string>
  17. <key>CFBundleName</key>
  18. <string>openMSX Debugger</string>
  19. <key>CFBundlePackageType</key>
  20. <string>APPL</string>
  21. <key>CFBundleShortVersionString</key>
  22. <string>%VERSION%</string>
  23. <key>CFBundleSignature</key>
  24. <string>oMXD</string>
  25. <key>CFBundleVersion</key>
  26. <string>%VERSION%</string>
  27. <key>NSPrefPaneIconFile</key>
  28. <string>%ICON%</string>
  29. <key>NSPrefPaneIconLabel</key>
  30. <string>openMSX Debugger</string>
  31. </dict>
  32. </plist>