You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

56 lines
2.8 KiB

  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>CFBundleDocumentTypes</key>
  6. <array>
  7. <dict>
  8. <key>CFBundleTypeExtensions</key>
  9. <array>
  10. <string>pen</string>
  11. <string>gba</string>
  12. <string>gbr</string>
  13. <string>gbx</string>
  14. <string>gbo</string>
  15. <string>gbl</string>
  16. <string>gtl</string>
  17. <string>gto</string>
  18. <string>gta</string>
  19. <string>gbp</string>
  20. <string>gbp</string>
  21. <string>gbs</string>
  22. <string>gts</string>
  23. <string>gtp</string>
  24. <string>gbx</string>
  25. <string>lgr</string>
  26. <string>ger</string>
  27. <string>pho</string>
  28. <string>drl</string>
  29. </array>
  30. <key>CFBundleTypeIconFile</key> <string>gerbview_doc.icns</string>
  31. <key>CFBundleTypeName</key> <string>gerbview document</string>
  32. <key>LSHandlerRank</key> <string>Default</string>
  33. <key>CFBundleTypeRole</key> <string>Viewer</string>
  34. </dict>
  35. </array>
  36. <key>CFBundleDevelopmentRegion</key> <string>English</string>
  37. <key>CFBundleExecutable</key> <string>gerbview</string>
  38. <key>CFBundleGetInfoString</key> <string></string>
  39. <key>CFBundleIconFile</key> <string>gerbview.icns</string>
  40. <key>CFBundleIdentifier</key> <string>org.kicad-pcb.gerbview</string>
  41. <key>CFBundleInfoDictionaryVersion</key> <string>6.0</string>
  42. <key>CFBundleLongVersionString</key> <string></string>
  43. <key>CFBundleName</key> <string>GerbView</string>
  44. <key>CFBundlePackageType</key> <string>APPL</string>
  45. <key>CFBundleShortVersionString</key> <string></string>
  46. <key>CFBundleSignature</key> <string>????</string>
  47. <key>CFBundleVersion</key> <string></string>
  48. <key>CSResourcesFileMapped</key> <true/>
  49. <key>LSRequiresCarbon</key> <true/>
  50. <key>NSRequiresAquaSystemAppearance</key> <true/>
  51. <key>NSHumanReadableCopyright</key> <string></string>
  52. <key>NSHighResolutionCapable</key> <string>True</string>
  53. </dict>
  54. </plist>