Add association for new v6 project and schematic files on OSX and Linux

This commit is contained in:
Hildo Guillardi Júnior 2020-08-13 17:52:43 +00:00 committed by Ian McInerney
parent 519bc80394
commit 9b29ed6d21
3 changed files with 3 additions and 0 deletions

View File

@ -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"/>

View File

@ -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>

View File

@ -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>