19 lines
537 B
Plaintext
19 lines
537 B
Plaintext
|
<?xml version="1.0" encoding="UTF-8"?>
|
||
|
<!DOCTYPE plist PUBLIC "-//Apple Computer//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
|
||
|
<plist version="1.0">
|
||
|
<dict>
|
||
|
<key>CFBundleDisplayName</key>
|
||
|
<string>gerbview</string>
|
||
|
<key>CFBundleExecutable</key>
|
||
|
<string>gerbview</string>
|
||
|
<key>CFBundleIconFile</key>
|
||
|
<string>gerbview.icns</string>
|
||
|
<key>CFBundleIdentifier</key>
|
||
|
<string>org.kicad-eda.gerbview</string>
|
||
|
<key>CFBundleName</key>
|
||
|
<string>Gerbview</string>
|
||
|
<key>LSRequiresCarbon</key>
|
||
|
<true/>
|
||
|
</dict>
|
||
|
</plist>
|