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.

35 lines
1.9 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> <string>Editor</string>
  9. <key>CFBundleTypeExtensions</key>
  10. <array>
  11. <string>sch</string>
  12. </array>
  13. <key>CFBundleTypeIconFile</key> <string>eeschema_doc.icns</string>
  14. <key>CFBundleTypeName</key> <string>eeschema document</string>
  15. <key>LSHandlerRank</key> <string>Owner</string>
  16. </dict>
  17. </array>
  18. <key>CFBundleDevelopmentRegion</key> <string>English</string>
  19. <key>CFBundleExecutable</key> <string>eeschema</string>
  20. <key>CFBundleGetInfoString</key> <string></string>
  21. <key>CFBundleIconFile</key> <string>eeschema.icns</string>
  22. <key>CFBundleIdentifier</key> <string>org.kicad-pcb.eeschema</string>
  23. <key>CFBundleInfoDictionaryVersion</key> <string>6.0</string>
  24. <key>CFBundleLongVersionString</key> <string></string>
  25. <key>CFBundleName</key> <string>Eeschema</string>
  26. <key>CFBundlePackageType</key> <string>APPL</string>
  27. <key>CFBundleShortVersionString</key> <string></string>
  28. <key>CFBundleSignature</key> <string>????</string>
  29. <key>CFBundleVersion</key> <string></string>
  30. <key>CSResourcesFileMapped</key> <true/>
  31. <key>LSRequiresCarbon</key> <true/>
  32. <key>NSHumanReadableCopyright</key> <string></string>
  33. <key>NSHighResolutionCapable</key> <string>True</string>
  34. </dict>
  35. </plist>