Add 'jpg' and 'jpeg' to the list of file formats that Inkscape can import on MacOS. (81feda7b) · Commits · René de Hesselle / inkscape · GitLab
Tavmjong Bah
·
2025-11-17
·
via inkscape:windows_ci_14x commits
| Original line number |
Diff line number |
Diff line |
|
@@ -12,7 +12,6 @@ |
|
|
<key>CFBundleTypeExtensions</key>
|
|
|
<array>
|
|
|
<string>svg</string>
|
|
|
<string>SVG</string>
|
|
|
</array>
|
|
|
<key>CFBundleTypeIconFile</key>
|
|
|
<string>image-svg+xml.icns</string>
|
|
@@ -35,7 +34,6 @@ |
|
|
<key>CFBundleTypeExtensions</key>
|
|
|
<array>
|
|
|
<string>svgz</string>
|
|
|
<string>SVGZ</string>
|
|
|
</array>
|
|
|
<key>CFBundleTypeIconFile</key>
|
|
|
<string>image-svg+xml-compressed.icns</string>
|
|
@@ -58,7 +56,6 @@ |
|
|
<key>CFBundleTypeExtensions</key>
|
|
|
<array>
|
|
|
<string>ai</string>
|
|
|
<string>AI</string>
|
|
|
</array>
|
|
|
<key>CFBundleTypeIconFile</key>
|
|
|
<string>application-illustrator.icns</string>
|
|
@@ -86,7 +83,6 @@ |
|
|
<key>CFBundleTypeExtensions</key>
|
|
|
<array>
|
|
|
<string>aisvg</string>
|
|
|
<string>AISVG</string>
|
|
|
</array>
|
|
|
<key>CFBundleTypeIconFile</key>
|
|
|
<string>application-illustrator-svg.icns</string>
|
|
@@ -107,7 +103,6 @@ |
|
|
<key>CFBundleTypeExtensions</key>
|
|
|
<array>
|
|
|
<string>wmf</string>
|
|
|
<string>WMF</string>
|
|
|
</array>
|
|
|
<key>CFBundleTypeIconFile</key>
|
|
|
<string>image-vnd.windows-metafile.icns</string>
|
|
@@ -130,7 +125,6 @@ |
|
|
<key>CFBundleTypeExtensions</key>
|
|
|
<array>
|
|
|
<string>pdf</string>
|
|
|
<string>PDF</string>
|
|
|
</array>
|
|
|
<key>CFBundleTypeIconFile</key>
|
|
|
<string>application-pdf.icns</string>
|
|
@@ -157,7 +151,6 @@ |
|
|
<key>CFBundleTypeExtensions</key>
|
|
|
<array>
|
|
|
<string>ggr</string>
|
|
|
<string>GGR</string>
|
|
|
</array>
|
|
|
<key>CFBundleTypeIconFile</key>
|
|
|
<string>application-gimp-gradient.icns</string>
|
|
@@ -180,7 +173,6 @@ |
|
|
<key>CFBundleTypeExtensions</key>
|
|
|
<array>
|
|
|
<string>ccx</string>
|
|
|
<string>CCX</string>
|
|
|
</array>
|
|
|
<key>CFBundleTypeIconFile</key>
|
|
|
<string>application-vnd.corel-draw-compressed.icns</string>
|
|
@@ -203,7 +195,6 @@ |
|
|
<key>CFBundleTypeExtensions</key>
|
|
|
<array>
|
|
|
<string>cdt</string>
|
|
|
<string>CDT</string>
|
|
|
</array>
|
|
|
<key>CFBundleTypeIconFile</key>
|
|
|
<string>application-vnd.corel-draw-template.icns</string>
|
|
@@ -226,7 +217,6 @@ |
|
|
<key>CFBundleTypeExtensions</key>
|
|
|
<array>
|
|
|
<string>cdr</string>
|
|
|
<string>CDR</string>
|
|
|
</array>
|
|
|
<key>CFBundleTypeIconFile</key>
|
|
|
<string>application-vnd.corel-draw.icns</string>
|
|
@@ -249,7 +239,6 @@ |
|
|
<key>CFBundleTypeExtensions</key>
|
|
|
<array>
|
|
|
<string>xaml</string>
|
|
|
<string>XAML</string>
|
|
|
</array>
|
|
|
<key>CFBundleTypeIconFile</key>
|
|
|
<string>application-vnd.ms.xaml.icns</string>
|
|
@@ -272,7 +261,6 @@ |
|
|
<key>CFBundleTypeExtensions</key>
|
|
|
<array>
|
|
|
<string>dxf</string>
|
|
|
<string>DXF</string>
|
|
|
</array>
|
|
|
<key>CFBundleTypeIconFile</key>
|
|
|
<string>image-vnd.dxf.icns</string>
|
|
@@ -295,7 +283,6 @@ |
|
|
<key>CFBundleTypeExtensions</key>
|
|
|
<array>
|
|
|
<string>wpg</string>
|
|
|
<string>WPG</string>
|
|
|
</array>
|
|
|
<key>CFBundleTypeIconFile</key>
|
|
|
<string>application-vnd.wordperfect-graphic.icns</string>
|
|
@@ -319,7 +306,6 @@ |
|
|
<key>CFBundleTypeExtensions</key>
|
|
|
<array>
|
|
|
<string>emf</string>
|
|
|
<string>EMF</string>
|
|
|
</array>
|
|
|
<key>CFBundleTypeIconFile</key>
|
|
|
<string>Inkscape-Generic.icns</string>
|
|
@@ -342,7 +328,6 @@ |
|
|
<key>CFBundleTypeExtensions</key>
|
|
|
<array>
|
|
|
<string>vsd</string>
|
|
|
<string>VSD</string>
|
|
|
</array>
|
|
|
<key>CFBundleTypeIconFile</key>
|
|
|
<string>Inkscape-Generic.icns</string>
|
|
@@ -361,7 +346,6 @@ |
|
|
<key>CFBundleTypeExtensions</key>
|
|
|
<array>
|
|
|
<string>vdx</string>
|
|
|
<string>VDX</string>
|
|
|
</array>
|
|
|
<key>CFBundleTypeIconFile</key>
|
|
|
<string>Inkscape-Generic.icns</string>
|
|
@@ -380,9 +364,7 @@ |
|
|
<key>CFBundleTypeExtensions</key>
|
|
|
<array>
|
|
|
<string>vsdm</string>
|
|
|
<string>VSDM</string>
|
|
|
<string>vsdx</string>
|
|
|
<string>VSDX</string>
|
|
|
</array>
|
|
|
<key>CFBundleTypeIconFile</key>
|
|
|
<string>Inkscape-Generic.icns</string>
|
|
@@ -401,8 +383,6 @@ |
|
|
<key>CFBundleTypeExtensions</key>
|
|
|
<array>
|
|
|
<string>plt</string>
|
|
|
<string>PLT</string>
|
|
|
<string>hpgl</string>
|
|
|
<string>hpgl</string>
|
|
|
</array>
|
|
|
<key>CFBundleTypeIconFile</key>
|
|
@@ -425,7 +405,6 @@ |
|
|
<key>CFBundleTypeExtensions</key>
|
|
|
<array>
|
|
|
<string>png</string>
|
|
|
<string>PNG</string>
|
|
|
</array>
|
|
|
<key>CFBundleTypeIconFile</key>
|
|
|
<string>Inkscape-Generic.icns</string>
|
|
@@ -444,6 +423,29 @@ |
|
|
<key>LSHandlerRank</key>
|
|
|
<string>None</string>
|
|
|
</dict>
|
|
|
<dict>
|
|
|
<key>CFBundleTypeExtensions</key>
|
|
|
<array>
|
|
|
<string>jpg</string>
|
|
|
<string>jpeg</string>
|
|
|
</array>
|
|
|
<key>CFBundleTypeIconFile</key>
|
|
|
<string>Inkscape-Generic.icns</string>
|
|
|
<key>CFBundleTypeMIMETypes</key>
|
|
|
<array>
|
|
|
<string>image/jpeg</string>
|
|
|
</array>
|
|
|
<key>CFBundleTypeName</key>
|
|
|
<string>Joint Photgraphic Experts Group</string>
|
|
|
<key>CFBundleTypeOSTypes</key>
|
|
|
<array>
|
|
|
<string>JPEG</string>
|
|
|
</array>
|
|
|
<key>CFBundleTypeRole</key>
|
|
|
<string>Viewer</string>
|
|
|
<key>LSHandlerRank</key>
|
|
|
<string>None</string>
|
|
|
</dict>
|
|
|
</array>
|
|
|
<key>CFBundleExecutable</key>
|
|
|
<string>inkscape</string>
|
|
|
此内容由惯性聚合(RSS阅读器)自动聚合整理,仅供阅读参考。 原文来自 — 版权归原作者所有。