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.

22 lines
1.3 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> <array/>
  6. <key>CFBundleExecutable</key> <string>pcb_calculator</string>
  7. <key>CFBundleGetInfoString</key> <string></string>
  8. <key>CFBundleIconFile</key> <string>pcb_calculator.icns</string>
  9. <key>CFBundleIdentifier</key> <string>org.kicad.pcb_calculator</string>
  10. <key>CFBundleInfoDictionaryVersion</key> <string>6.0</string>
  11. <key>CFBundleLongVersionString</key> <string>@KICAD_VERSION_FULL@</string>
  12. <key>CFBundleName</key> <string>PCB Calculator</string>
  13. <key>CFBundlePackageType</key> <string>APPL</string>
  14. <key>CFBundleShortVersionString</key> <string>@KICAD_VERSION@</string>
  15. <key>CFBundleSignature</key> <string>????</string>
  16. <key>CFBundleVersion</key> <string>@KICAD_VERSION_FULL@</string>
  17. <key>CSResourcesFileMapped</key> <true/>
  18. <key>LSRequiresCarbon</key> <true/>
  19. <key>NSHumanReadableCopyright</key> <string>Copyright The KiCad Developers</string>
  20. <key>NSHighResolutionCapable</key> <true/>
  21. </dict>
  22. </plist>