Info.plist 1.9 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879
  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>NSHighResolutionCapable</key>
  6. <true/>
  7. <key>CFAppleHelpAnchor</key>
  8. <string>index</string>
  9. <key>CFBundleDocumentTypes</key>
  10. <array>
  11. <dict>
  12. <key>CFBundleTypeExtensions</key>
  13. <array>
  14. <string>rom</string>
  15. </array>
  16. <key>CFBundleTypeName</key>
  17. <string>ROM image</string>
  18. <key>CFBundleTypeRole</key>
  19. <string>Shell</string>
  20. <key>LSTypeIsPackage</key>
  21. <false/>
  22. </dict>
  23. <dict>
  24. <key>CFBundleTypeExtensions</key>
  25. <array>
  26. <string>dsk</string>
  27. </array>
  28. <key>CFBundleTypeName</key>
  29. <string>Disk image</string>
  30. <key>CFBundleTypeRole</key>
  31. <string>Shell</string>
  32. <key>LSTypeIsPackage</key>
  33. <false/>
  34. </dict>
  35. <dict>
  36. <key>CFBundleTypeExtensions</key>
  37. <array>
  38. <string>cas</string>
  39. </array>
  40. <key>CFBundleTypeName</key>
  41. <string>Cassette image</string>
  42. <key>CFBundleTypeRole</key>
  43. <string>Shell</string>
  44. <key>LSTypeIsPackage</key>
  45. <false/>
  46. </dict>
  47. </array>
  48. <key>CFBundleExecutable</key>
  49. <string>openmsx</string>
  50. <key>CFBundleGetInfoHTML</key>
  51. <string>openMSX %VERSION%</string>
  52. <key>CFBundleIconFile</key>
  53. <string>%ICON%</string>
  54. <key>CFBundleIdentifier</key>
  55. <string>org.openmsx.openmsx</string>
  56. <key>CFBundleName</key>
  57. <string>openMSX</string>
  58. <key>CFBundlePackageType</key>
  59. <string>APPL</string>
  60. <key>CFBundleShortVersionString</key>
  61. <string>%VERSION%</string>
  62. <key>CFBundleSignature</key>
  63. <string>oMSX</string>
  64. <key>CFBundleVersion</key>
  65. <string>%VERSION%</string>
  66. <key>LSMinimumSystemVersionByArchitecture</key>
  67. <dict>
  68. <key>x86_64</key>
  69. <string>10.7.0</string>
  70. </dict>
  71. <key>LSRequiresCarbon</key>
  72. <true/>
  73. <key>NSPrefPaneIconFile</key>
  74. <string>%ICON%</string>
  75. <key>NSPrefPaneIconLabel</key>
  76. <string>openMSX</string>
  77. </dict>
  78. </plist>