Code

Fix fallback icon loading order for icons with legacy names.
[inkscape.git] / Info.plist.in
index 87cdb0ddbbcb234c5e50d0163fa71e4fbfca444e..096557c67787d80556e5ad080ab72d31a88043f1 100644 (file)
     <key>CFBundleExecutable</key>
     <string>Inkscape</string>
     <key>CFBundleGetInfoString</key>
-    <string>@VERSION@, Copyright 2003-2007 Inkscape Developers</string>
+    <string>@VERSION@, Copyright 2003-2009 Inkscape Developers</string>
     <key>CFBundleIconFile</key>
     <string>Inkscape.icns</string>
     <key>CFBundleIdentifier</key>
     <string>org.inkscape.Inkscape</string>
     <key>CFBundleDocumentTypes</key>
     <array>
+                   <dict>
+                       <key>CFBundleTypeExtensions</key>
+                       <array>
+                           <string>SVG</string>
+                       </array>
+                       <key>CFBundleTypeIconFile</key>
+                       <string>image-svg+xml.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>Editor</string>
+                   </dict>
         <dict>
             <key>CFBundleTypeExtensions</key>
             <array>
                 <string>SVGZ</string>
             </array>
             <key>CFBundleTypeIconFile</key>
-            <string>inkscape_svg.icns</string>
+            <string>image-svg+xml-compressed.icns</string>
             <key>CFBundleTypeMIMETypes</key>
             <array>
                 <string>svgz</string>
             </array>
             <key>CFBundleTypeName</key>
-            <string>SVGZ</string>
+            <string>Compressed Scalable Vector Graphics Image</string>
             <key>CFBundleTypeOSTypes</key>
             <array>
                 <string>SVGZ</string>
             </array>
             <key>CFBundleTypeRole</key>
-            <string>Viewer</string>
+            <string>Editor</string>
         </dict>
         <dict>
             <key>CFBundleTypeExtensions</key>
             <array>
                 <string>EPS</string>
+                <string>EPSI</string>
             </array>
             <key>CFBundleTypeIconFile</key>
-            <string>EPS.icns</string>
+            <string>image-x-eps.icns</string>
             <key>CFBundleTypeMIMETypes</key>
             <array>
                 <string>eps</string>
+                <string>epsi</string>
             </array>
             <key>CFBundleTypeName</key>
-            <string>EPS</string>
+            <string>PostScript Document</string>
             <key>CFBundleTypeOSTypes</key>
             <array>
                 <string>EPS </string>
+                <string>EPSI</string>
             </array>
             <key>CFBundleTypeRole</key>
-            <string>Viewer</string>
+            <string>Editor</string>
         </dict>
         <dict>
             <key>CFBundleTypeExtensions</key>
             <array>
-                <string>EPSI</string>
+                <string>PS</string>
             </array>
             <key>CFBundleTypeIconFile</key>
-            <string>EPSI.icns</string>
+            <string>image-x-ps.icns</string>
             <key>CFBundleTypeMIMETypes</key>
             <array>
-                <string>epsi</string>
+                <string>ps</string>
             </array>
             <key>CFBundleTypeName</key>
-            <string>EPSI</string>
+            <string>PostScript Document</string>
             <key>CFBundleTypeOSTypes</key>
             <array>
-                <string>EPSI</string>
+                <string>PS  </string>
             </array>
             <key>CFBundleTypeRole</key>
-            <string>Viewer</string>
+            <string>Editor</string>
         </dict>
         <dict>
             <key>CFBundleTypeExtensions</key>
             <array>
-                <string>SVG</string>
+                <string>AI</string>
             </array>
             <key>CFBundleTypeIconFile</key>
-            <string>inkscape_svg.icns</string>
+            <string>application-illustrator.icns</string>
             <key>CFBundleTypeMIMETypes</key>
             <array>
-                <string>svg</string>
+                <string>ai</string>
             </array>
             <key>CFBundleTypeName</key>
-            <string>SVG</string>
+            <string>Adobe Illustrator Document</string>
             <key>CFBundleTypeOSTypes</key>
             <array>
-                <string>SVG </string>
+                <string>AI  </string>
             </array>
             <key>CFBundleTypeRole</key>
-            <string>Viewer</string>
+            <string>Editor</string>
         </dict>
         <dict>
             <key>CFBundleTypeExtensions</key>
             <array>
-                <string>PS</string>
+                <string>AISVG</string>
             </array>
             <key>CFBundleTypeIconFile</key>
-            <string>postscript.icns</string>
+            <string>application-illustrator-svg.icns</string>
             <key>CFBundleTypeMIMETypes</key>
             <array>
-                <string>ps</string>
+                <string>ai.svg</string>
             </array>
             <key>CFBundleTypeName</key>
-            <string>Postscript</string>
+            <string>Adobe Illustrator SVG Document</string>
             <key>CFBundleTypeOSTypes</key>
             <array>
-                <string>PS  </string>
+                <string>AISVG</string>
             </array>
             <key>CFBundleTypeRole</key>
-            <string>Viewer</string>
+            <string>Editor</string>
         </dict>
-    </array>
+        <dict>
+            <key>CFBundleTypeExtensions</key>
+            <array>
+                <string>WMF</string>
+            </array>
+            <key>CFBundleTypeIconFile</key>
+            <string>image-vnd.windows-metafile.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>Editor</string>
+        </dict>
+        <dict>
+            <key>CFBundleTypeExtensions</key>
+            <array>
+                <string>PDF</string>
+            </array>
+            <key>CFBundleTypeIconFile</key>
+            <string>application-pdf.icns</string>
+            <key>CFBundleTypeMIMETypes</key>
+            <array>
+                <string>pdf</string>
+            </array>
+            <key>CFBundleTypeName</key>
+            <string>Portable Document Format (PDF)</string>
+            <key>CFBundleTypeOSTypes</key>
+            <array>
+                <string>PDF </string>
+            </array>
+            <key>CFBundleTypeRole</key>
+            <string>Editor</string>
+        </dict>    
+        <dict>
+            <key>CFBundleTypeExtensions</key>
+            <array>
+                <string>GGR</string>
+            </array>
+            <key>CFBundleTypeIconFile</key>
+            <string>application-gimp-gradient.icns</string>
+            <key>CFBundleTypeMIMETypes</key>
+            <array>
+                <string>ggr</string>
+            </array>
+            <key>CFBundleTypeName</key>
+            <string>Gimp Gradient</string>
+            <key>CFBundleTypeOSTypes</key>
+            <array>
+                <string>GGR </string>
+            </array>
+            <key>CFBundleTypeRole</key>
+            <string>Viewer</string>
+        </dict>    
+        <dict>
+            <key>CFBundleTypeExtensions</key>
+            <array>
+                <string>CCX</string>
+            </array>
+            <key>CFBundleTypeIconFile</key>
+            <string>application-vnd.corel-draw-compressed.icns</string>
+            <key>CFBundleTypeMIMETypes</key>
+            <array>
+                <string>ccx</string>
+            </array>
+            <key>CFBundleTypeName</key>
+            <string>Corel Draw Compressed Document</string>
+            <key>CFBundleTypeOSTypes</key>
+            <array>
+                <string>CCX </string>
+            </array>
+            <key>CFBundleTypeRole</key>
+            <string>Editor</string>
+        </dict>    
+        <dict>
+            <key>CFBundleTypeExtensions</key>
+            <array>
+                <string>CDT</string>
+            </array>
+            <key>CFBundleTypeIconFile</key>
+            <string>application-vnd.corel-draw-template.icns</string>
+            <key>CFBundleTypeMIMETypes</key>
+            <array>
+                <string>cdt</string>
+            </array>
+            <key>CFBundleTypeName</key>
+            <string>Corel Draw Template</string>
+            <key>CFBundleTypeOSTypes</key>
+            <array>
+                <string>CDT </string>
+            </array>
+            <key>CFBundleTypeRole</key>
+            <string>Viewer</string>
+        </dict>    
+        <dict>
+            <key>CFBundleTypeExtensions</key>
+            <array>
+                <string>CDR</string>
+            </array>
+            <key>CFBundleTypeIconFile</key>
+            <string>application-vnd.corel-draw.icns</string>
+            <key>CFBundleTypeMIMETypes</key>
+            <array>
+                <string>cdr</string>
+            </array>
+            <key>CFBundleTypeName</key>
+            <string>Corel Draw Compressed Document</string>
+            <key>CFBundleTypeOSTypes</key>
+            <array>
+                <string>CDR </string>
+            </array>
+            <key>CFBundleTypeRole</key>
+            <string>Editor</string>
+        </dict>    
+        <dict>
+            <key>CFBundleTypeExtensions</key>
+            <array>
+                <string>XAML</string>
+            </array>
+            <key>CFBundleTypeIconFile</key>
+            <string>application-vnd.ms.xaml.icns</string>
+            <key>CFBundleTypeMIMETypes</key>
+            <array>
+                <string>xaml</string>
+            </array>
+            <key>CFBundleTypeName</key>
+            <string>Extensible Application Markup Language (XAML)</string>
+            <key>CFBundleTypeOSTypes</key>
+            <array>
+                <string>XAML</string>
+            </array>
+            <key>CFBundleTypeRole</key>
+            <string>Editor</string>
+        </dict>    
+        <dict>
+            <key>CFBundleTypeExtensions</key>
+            <array>
+                <string>DXF</string>
+            </array>
+            <key>CFBundleTypeIconFile</key>
+            <string>image-vnd.dxf.icns</string>
+            <key>CFBundleTypeMIMETypes</key>
+            <array>
+                <string>dxf</string>
+            </array>
+            <key>CFBundleTypeName</key>
+            <string>AutoCAD Document</string>
+            <key>CFBundleTypeOSTypes</key>
+            <array>
+                <string>DXF </string>
+            </array>
+            <key>CFBundleTypeRole</key>
+            <string>Viewer</string>
+        </dict>    
+        <dict>
+            <key>CFBundleTypeExtensions</key>
+            <array>
+                <string>SK1</string>
+            </array>
+            <key>CFBundleTypeIconFile</key>
+            <string>image-vnd.sk1.icns</string>
+            <key>CFBundleTypeMIMETypes</key>
+            <array>
+                <string>sk1</string>
+            </array>
+            <key>CFBundleTypeName</key>
+            <string>Sketch Document</string>
+            <key>CFBundleTypeOSTypes</key>
+            <array>
+                <string>SK1 </string>
+            </array>
+            <key>CFBundleTypeRole</key>
+            <string>Viewer</string>
+        </dict>    
+               </array>
     <key>CFBundleInfoDictionaryVersion</key>
     <string>6.0</string>
     <key>CFBundlePackageType</key>
     <key>CFBundleVersion</key>
     <string>@VERSION@</string>
     <key>NSHumanReadableCopyright</key>
-    <string>Copyright 2007 Inkscape Developers, GNU General Public License.</string>
+    <string>Copyright 2009 Inkscape Developers, GNU General Public License.</string>
     <key>LSMinimumSystemVersion</key>
     <string>10.3</string>
 </dict>