Add 'webp' to the list of file formats that Inkscape can import on MacOS. (76e716a7) · Commits · René de Hesselle / inkscape · GitLab
Tavmjong Bah
·
2025-11-19
·
via inkscape:windows_ci_14x commits
| Original line number |
Diff line number |
Diff line |
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
|
<!DOCTYPE plist PUBLIC "-//Apple Computer//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
|
|
|
<!-- https://developer.apple.com/library/archive/documentation/General/Reference/InfoPlistKeyReference/Articles/CoreFoundationKeys.html -->
|
|
|
<plist version="1.0">
|
|
|
<dict>
|
|
|
<key>ATSApplicationFontsPath</key>
|
|
@@ -446,6 +447,28 @@ |
|
|
<key>LSHandlerRank</key>
|
|
|
<string>None</string>
|
|
|
</dict>
|
|
|
<dict>
|
|
|
<key>CFBundleTypeExtensions</key>
|
|
|
<array>
|
|
|
<string>webp</string>
|
|
|
</array>
|
|
|
<key>CFBundleTypeIconFile</key>
|
|
|
<string>Inkscape-Generic.icns</string>
|
|
|
<key>CFBundleTypeMIMETypes</key>
|
|
|
<array>
|
|
|
<string>image/webp</string>
|
|
|
</array>
|
|
|
<key>CFBundleTypeName</key>
|
|
|
<string>WebP image</string>
|
|
|
<key>CFBundleTypeOSTypes</key>
|
|
|
<array>
|
|
|
<string>WEBP</string>
|
|
|
</array>
|
|
|
<key>CFBundleTypeRole</key>
|
|
|
<string>Viewer</string>
|
|
|
<key>LSHandlerRank</key>
|
|
|
<string>None</string>
|
|
|
</dict>
|
|
|
</array>
|
|
|
<key>CFBundleExecutable</key>
|
|
|
<string>inkscape</string>
|
|
|
此内容由惯性聚合(RSS阅读器)自动聚合整理,仅供阅读参考。 原文来自 — 版权归原作者所有。