Add association for new v6 project and schematic files on OSX and Linux
This commit is contained in:
parent
519bc80394
commit
9b29ed6d21
|
@ -5,6 +5,7 @@
|
|||
<comment>KiCad Project</comment>
|
||||
<comment xml:lang="fr">Projet KiCad</comment>
|
||||
<glob pattern="*.pro"/>
|
||||
<glob pattern="*.kicad_pro"/>
|
||||
</mime-type>
|
||||
<mime-type type="application/x-kicad-schematic">
|
||||
<sub-class-of type="text/plain"/>
|
||||
|
|
|
@ -9,6 +9,7 @@
|
|||
<key>CFBundleTypeExtensions</key>
|
||||
<array>
|
||||
<string>sch</string>
|
||||
<string>kicad_sch</string>
|
||||
</array>
|
||||
<key>CFBundleTypeIconFile</key> <string>eeschema_doc.icns</string>
|
||||
<key>CFBundleTypeName</key> <string>eeschema document</string>
|
||||
|
|
|
@ -9,6 +9,7 @@
|
|||
<key>CFBundleTypeIconFile</key> <string>kicad_doc.icns</string>
|
||||
<key>CFBundleTypeExtensions</key> <array>
|
||||
<string>pro</string>
|
||||
<string>kicad_pro</string>
|
||||
</array>
|
||||
<key>CFBundleTypeName</key> <string>kicad project files</string>
|
||||
<key>LSHandlerRank</key> <string>Owner</string>
|
||||
|
|
Loading…
Reference in New Issue