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
1.5 KiB

16 years ago
  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>CFBundleTypeIconFile</key>
  9. <string>cvpcb_doc.icns</string>
  10. <key>CFBundleTypeExtensions</key>
  11. <array>
  12. <string>net</string>
  13. <string>cmp</string>
  14. </array>
  15. <key>CFBundleTypeName</key>
  16. <string>cvpcb document</string>
  17. <key>LSHandlerRank</key>
  18. <string>Owner</string>
  19. </dict>
  20. </array>
  21. <key>CFBundleDevelopmentRegion</key>
  22. <string>English</string>
  23. <key>CFBundleExecutable</key>
  24. <string>cvpcb</string>
  25. <key>CFBundleGetInfoString</key>
  26. <string></string>
  27. <key>CFBundleIconFile</key>
  28. <string>cvpcb.icns</string>
  29. <key>CFBundleIdentifier</key>
  30. <string>org.kicad-pcb.cvpcb</string>
  31. <key>CFBundleInfoDictionaryVersion</key>
  32. <string>6.0</string>
  33. <key>CFBundleLongVersionString</key>
  34. <string>@KICAD_VERSION_FULL@</string>
  35. <key>CFBundleName</key>
  36. <string>CvPcb</string>
  37. <key>CFBundlePackageType</key>
  38. <string>APPL</string>
  39. <key>CFBundleShortVersionString</key>
  40. <string>@KICAD_VERSION@</string>
  41. <key>CFBundleSignature</key>
  42. <string>????</string>
  43. <key>CFBundleVersion</key>
  44. <string>@KICAD_VERSION_FULL@</string>
  45. <key>CSResourcesFileMapped</key>
  46. <true/>
  47. <key>LSRequiresCarbon</key>
  48. <true/>
  49. <key>NSRequiresAquaSystemAppearance</key>
  50. <true/>
  51. <key>NSHumanReadableCopyright</key>
  52. <string></string>
  53. <key>NSHighResolutionCapable</key>
  54. <string>True</string>
  55. </dict>
  56. </plist>