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.

53 lines
1.4 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>CFBundleTypeRole</key>
  9. <string>Editor</string>
  10. <key>CFBundleTypeExtensions</key>
  11. <array>
  12. <string>sch</string>
  13. </array>
  14. <key>CFBundleTypeIconFile</key>
  15. <string>eeschema.icns</string>
  16. <key>CFBundleTypeName</key>
  17. <string>eeschema document</string>
  18. <key>LSHandlerRank</key>
  19. <string>Owner</string>
  20. </dict>
  21. </array>
  22. <key>CFBundleDevelopmentRegion</key>
  23. <string>English</string>
  24. <key>CFBundleExecutable</key>
  25. <string>eeschema</string>
  26. <key>CFBundleGetInfoString</key>
  27. <string></string>
  28. <key>CFBundleIconFile</key>
  29. <string>eeschema.icns</string>
  30. <key>CFBundleIdentifier</key>
  31. <string>org.kicad-eda.eeschema</string>
  32. <key>CFBundleInfoDictionaryVersion</key>
  33. <string>6.0</string>
  34. <key>CFBundleLongVersionString</key>
  35. <string></string>
  36. <key>CFBundleName</key>
  37. <string>EESchema</string>
  38. <key>CFBundlePackageType</key>
  39. <string>APPL</string>
  40. <key>CFBundleShortVersionString</key>
  41. <string></string>
  42. <key>CFBundleSignature</key>
  43. <string>????</string>
  44. <key>CFBundleVersion</key>
  45. <string></string>
  46. <key>CSResourcesFileMapped</key>
  47. <true/>
  48. <key>LSRequiresCarbon</key>
  49. <true/>
  50. <key>NSHumanReadableCopyright</key>
  51. <string></string>
  52. </dict>
  53. </plist>