Info.plist 697 B

123456789101112131415161718192021222324252627
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <!DOCTYPE plist PUBLIC "-//Apple Computer//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
  3. <plist version="1.0">
  4. <dict>
  5. <key>CFBundleDocumentTypes</key>
  6. <array>
  7. <dict>
  8. <key>CFBundleTypeExtensions</key>
  9. <array>
  10. <string>bmx</string>
  11. </array>
  12. <key>CFBundleTypeIconFile</key>
  13. <string>MaxIDE.icns</string>
  14. <key>CFBundleTypeRole</key>
  15. <string>Editor</string>
  16. <key>LSIsAppleDefaultForType</key>
  17. <true/>
  18. </dict>
  19. </array>
  20. <key>CFBundleExecutable</key>
  21. <string>MaxIDE</string>
  22. <key>CFBundleIconFile</key>
  23. <string>MaxIDE.icns</string>
  24. <key>CFBundlePackageType</key>
  25. <string>APPL</string>
  26. </dict>
  27. </plist>