diff options
| -rw-r--r-- | Info.plist.in | 94 | ||||
| -rw-r--r-- | packaging/macosx/Resources/EPS.icns | bin | 45195 -> 0 bytes | |||
| -rw-r--r-- | packaging/macosx/Resources/EPSI.icns | bin | 45195 -> 0 bytes | |||
| -rw-r--r-- | packaging/macosx/Resources/SVG_plain.icns | bin | 45252 -> 0 bytes | |||
| -rw-r--r-- | packaging/macosx/Resources/inkscape_ai.icns | bin | 0 -> 41430 bytes | |||
| -rw-r--r-- | packaging/macosx/Resources/inkscape_document.icns | bin | 0 -> 42471 bytes | |||
| -rw-r--r-- | packaging/macosx/Resources/inkscape_eps.icns | bin | 0 -> 41831 bytes | |||
| -rw-r--r-- | packaging/macosx/Resources/inkscape_epsi.icns | bin | 0 -> 42037 bytes | |||
| -rw-r--r-- | packaging/macosx/Resources/inkscape_pdf.icns | bin | 0 -> 41927 bytes | |||
| -rw-r--r-- | packaging/macosx/Resources/inkscape_ps.icns | bin | 0 -> 41570 bytes | |||
| -rw-r--r-- | packaging/macosx/Resources/inkscape_svg.icns | bin | 52648 -> 42041 bytes | |||
| -rw-r--r-- | packaging/macosx/Resources/inkscape_svgz.icns | bin | 0 -> 42313 bytes | |||
| -rw-r--r-- | packaging/macosx/Resources/inkscape_wmf.icns | bin | 0 -> 42268 bytes | |||
| -rw-r--r-- | packaging/macosx/Resources/postscript.icns | bin | 45198 -> 0 bytes |
14 files changed, 77 insertions, 17 deletions
diff --git a/Info.plist.in b/Info.plist.in index 87cdb0ddb..fa4e8007a 100644 --- a/Info.plist.in +++ b/Info.plist.in @@ -14,19 +14,39 @@ <string>org.inkscape.Inkscape</string> <key>CFBundleDocumentTypes</key> <array> + <dict> + <key>CFBundleTypeExtensions</key> + <array> + <string>SVG</string> + </array> + <key>CFBundleTypeIconFile</key> + <string>inkscape_svg.icns</string> + <key>CFBundleTypeMIMETypes</key> + <array> + <string>svg</string> + </array> + <key>CFBundleTypeName</key> + <string>Scalable Vector Graphics Image</string> + <key>CFBundleTypeOSTypes</key> + <array> + <string>SVG </string> + </array> + <key>CFBundleTypeRole</key> + <string>Viewer</string> + </dict> <dict> <key>CFBundleTypeExtensions</key> <array> <string>SVGZ</string> </array> <key>CFBundleTypeIconFile</key> - <string>inkscape_svg.icns</string> + <string>inkscape_svgz.icns</string> <key>CFBundleTypeMIMETypes</key> <array> <string>svgz</string> </array> <key>CFBundleTypeName</key> - <string>SVGZ</string> + <string>Compressed SVG</string> <key>CFBundleTypeOSTypes</key> <array> <string>SVGZ</string> @@ -40,13 +60,13 @@ <string>EPS</string> </array> <key>CFBundleTypeIconFile</key> - <string>EPS.icns</string> + <string>inkscape_eps.icns</string> <key>CFBundleTypeMIMETypes</key> <array> <string>eps</string> </array> <key>CFBundleTypeName</key> - <string>EPS</string> + <string>PostScript Document</string> <key>CFBundleTypeOSTypes</key> <array> <string>EPS </string> @@ -60,13 +80,13 @@ <string>EPSI</string> </array> <key>CFBundleTypeIconFile</key> - <string>EPSI.icns</string> + <string>inkscape_epsi.icns</string> <key>CFBundleTypeMIMETypes</key> <array> <string>epsi</string> </array> <key>CFBundleTypeName</key> - <string>EPSI</string> + <string>PostScript Document</string> <key>CFBundleTypeOSTypes</key> <array> <string>EPSI</string> @@ -77,19 +97,19 @@ <dict> <key>CFBundleTypeExtensions</key> <array> - <string>SVG</string> + <string>PS</string> </array> <key>CFBundleTypeIconFile</key> - <string>inkscape_svg.icns</string> + <string>inkscape_ps.icns</string> <key>CFBundleTypeMIMETypes</key> <array> - <string>svg</string> + <string>ps</string> </array> <key>CFBundleTypeName</key> - <string>SVG</string> + <string>PostScript Document</string> <key>CFBundleTypeOSTypes</key> <array> - <string>SVG </string> + <string>PS </string> </array> <key>CFBundleTypeRole</key> <string>Viewer</string> @@ -97,24 +117,64 @@ <dict> <key>CFBundleTypeExtensions</key> <array> - <string>PS</string> + <string>AI</string> </array> <key>CFBundleTypeIconFile</key> - <string>postscript.icns</string> + <string>inkscape_ai.icns</string> <key>CFBundleTypeMIMETypes</key> <array> - <string>ps</string> + <string>ai</string> </array> <key>CFBundleTypeName</key> - <string>Postscript</string> + <string>Adobe Illustrator Document</string> <key>CFBundleTypeOSTypes</key> <array> - <string>PS </string> + <string>AI </string> </array> <key>CFBundleTypeRole</key> <string>Viewer</string> </dict> - </array> + <dict> + <key>CFBundleTypeExtensions</key> + <array> + <string>WMF</string> + </array> + <key>CFBundleTypeIconFile</key> + <string>inkscape_wmf.icns</string> + <key>CFBundleTypeMIMETypes</key> + <array> + <string>wmf</string> + </array> + <key>CFBundleTypeName</key> + <string>Windows MetaFile</string> + <key>CFBundleTypeOSTypes</key> + <array> + <string>WMF </string> + </array> + <key>CFBundleTypeRole</key> + <string>Viewer</string> + </dict> + <dict> + <key>CFBundleTypeExtensions</key> + <array> + <string>PDF</string> + </array> + <key>CFBundleTypeIconFile</key> + <string>inkscape_pdf.icns</string> + <key>CFBundleTypeMIMETypes</key> + <array> + <string>pdf</string> + </array> + <key>CFBundleTypeName</key> + <string>PDF Document</string> + <key>CFBundleTypeOSTypes</key> + <array> + <string>PDF </string> + </array> + <key>CFBundleTypeRole</key> + <string>Viewer</string> + </dict> + </array> <key>CFBundleInfoDictionaryVersion</key> <string>6.0</string> <key>CFBundlePackageType</key> diff --git a/packaging/macosx/Resources/EPS.icns b/packaging/macosx/Resources/EPS.icns Binary files differdeleted file mode 100644 index 153a21ec9..000000000 --- a/packaging/macosx/Resources/EPS.icns +++ /dev/null diff --git a/packaging/macosx/Resources/EPSI.icns b/packaging/macosx/Resources/EPSI.icns Binary files differdeleted file mode 100644 index 4b9a1893f..000000000 --- a/packaging/macosx/Resources/EPSI.icns +++ /dev/null diff --git a/packaging/macosx/Resources/SVG_plain.icns b/packaging/macosx/Resources/SVG_plain.icns Binary files differdeleted file mode 100644 index a309b25b4..000000000 --- a/packaging/macosx/Resources/SVG_plain.icns +++ /dev/null diff --git a/packaging/macosx/Resources/inkscape_ai.icns b/packaging/macosx/Resources/inkscape_ai.icns Binary files differnew file mode 100644 index 000000000..b48fe512a --- /dev/null +++ b/packaging/macosx/Resources/inkscape_ai.icns diff --git a/packaging/macosx/Resources/inkscape_document.icns b/packaging/macosx/Resources/inkscape_document.icns Binary files differnew file mode 100644 index 000000000..2448428ce --- /dev/null +++ b/packaging/macosx/Resources/inkscape_document.icns diff --git a/packaging/macosx/Resources/inkscape_eps.icns b/packaging/macosx/Resources/inkscape_eps.icns Binary files differnew file mode 100644 index 000000000..1adcc4678 --- /dev/null +++ b/packaging/macosx/Resources/inkscape_eps.icns diff --git a/packaging/macosx/Resources/inkscape_epsi.icns b/packaging/macosx/Resources/inkscape_epsi.icns Binary files differnew file mode 100644 index 000000000..402ca8f38 --- /dev/null +++ b/packaging/macosx/Resources/inkscape_epsi.icns diff --git a/packaging/macosx/Resources/inkscape_pdf.icns b/packaging/macosx/Resources/inkscape_pdf.icns Binary files differnew file mode 100644 index 000000000..b7930f1b1 --- /dev/null +++ b/packaging/macosx/Resources/inkscape_pdf.icns diff --git a/packaging/macosx/Resources/inkscape_ps.icns b/packaging/macosx/Resources/inkscape_ps.icns Binary files differnew file mode 100644 index 000000000..bff543a99 --- /dev/null +++ b/packaging/macosx/Resources/inkscape_ps.icns diff --git a/packaging/macosx/Resources/inkscape_svg.icns b/packaging/macosx/Resources/inkscape_svg.icns Binary files differindex 007bf52cb..e001024ed 100644 --- a/packaging/macosx/Resources/inkscape_svg.icns +++ b/packaging/macosx/Resources/inkscape_svg.icns diff --git a/packaging/macosx/Resources/inkscape_svgz.icns b/packaging/macosx/Resources/inkscape_svgz.icns Binary files differnew file mode 100644 index 000000000..1fd124c50 --- /dev/null +++ b/packaging/macosx/Resources/inkscape_svgz.icns diff --git a/packaging/macosx/Resources/inkscape_wmf.icns b/packaging/macosx/Resources/inkscape_wmf.icns Binary files differnew file mode 100644 index 000000000..80bc8f01c --- /dev/null +++ b/packaging/macosx/Resources/inkscape_wmf.icns diff --git a/packaging/macosx/Resources/postscript.icns b/packaging/macosx/Resources/postscript.icns Binary files differdeleted file mode 100644 index 1f12741da..000000000 --- a/packaging/macosx/Resources/postscript.icns +++ /dev/null |
