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>KiCad Project</comment>
|
||||||
<comment xml:lang="fr">Projet KiCad</comment>
|
<comment xml:lang="fr">Projet KiCad</comment>
|
||||||
<glob pattern="*.pro"/>
|
<glob pattern="*.pro"/>
|
||||||
|
<glob pattern="*.kicad_pro"/>
|
||||||
</mime-type>
|
</mime-type>
|
||||||
<mime-type type="application/x-kicad-schematic">
|
<mime-type type="application/x-kicad-schematic">
|
||||||
<sub-class-of type="text/plain"/>
|
<sub-class-of type="text/plain"/>
|
||||||
|
|
|
@ -9,6 +9,7 @@
|
||||||
<key>CFBundleTypeExtensions</key>
|
<key>CFBundleTypeExtensions</key>
|
||||||
<array>
|
<array>
|
||||||
<string>sch</string>
|
<string>sch</string>
|
||||||
|
<string>kicad_sch</string>
|
||||||
</array>
|
</array>
|
||||||
<key>CFBundleTypeIconFile</key> <string>eeschema_doc.icns</string>
|
<key>CFBundleTypeIconFile</key> <string>eeschema_doc.icns</string>
|
||||||
<key>CFBundleTypeName</key> <string>eeschema document</string>
|
<key>CFBundleTypeName</key> <string>eeschema document</string>
|
||||||
|
|
|
@ -9,6 +9,7 @@
|
||||||
<key>CFBundleTypeIconFile</key> <string>kicad_doc.icns</string>
|
<key>CFBundleTypeIconFile</key> <string>kicad_doc.icns</string>
|
||||||
<key>CFBundleTypeExtensions</key> <array>
|
<key>CFBundleTypeExtensions</key> <array>
|
||||||
<string>pro</string>
|
<string>pro</string>
|
||||||
|
<string>kicad_pro</string>
|
||||||
</array>
|
</array>
|
||||||
<key>CFBundleTypeName</key> <string>kicad project files</string>
|
<key>CFBundleTypeName</key> <string>kicad project files</string>
|
||||||
<key>LSHandlerRank</key> <string>Owner</string>
|
<key>LSHandlerRank</key> <string>Owner</string>
|
||||||
|
|
Loading…
Reference in New Issue