]> granicus.if.org Git - graphviz/commitdiff
removed LSItemContentTypes key which was preventing Graphviz.app from opening dot...
authorglenlow <devnull@localhost>
Tue, 17 Jun 2008 14:48:41 +0000 (14:48 +0000)
committerglenlow <devnull@localhost>
Tue, 17 Jun 2008 14:48:41 +0000 (14:48 +0000)
macosx/Info.plist.in

index 393e2d8a0ce3dece4c1369d98dbce00a098aaf4b..0da8289d1136445ea7637fd47858b4fc7acfc582 100644 (file)
@@ -7,16 +7,20 @@
        <key>CFBundleDocumentTypes</key>
        <array>
                <dict>
+                       <key>CFBundleTypeExtensions</key>
+                       <array>
+                               <string>dot</string>
+                       </array>
                        <key>CFBundleTypeIconFile</key>
                        <string>Graph.icns</string>
+                       <key>CFBundleTypeMIMETypes</key>
+                       <array>
+                               <string>text/x-graphviz</string>
+                       </array>
                        <key>CFBundleTypeName</key>
                        <string>GVDocumentTypeGraph</string>
                        <key>CFBundleTypeRole</key>
                        <string>Viewer</string>
-                       <key>LSItemContentTypes</key>
-                       <array>
-                               <string>com.att.graphviz.dot</string>
-                       </array>
                        <key>NSDocumentClass</key>
                        <string>GVDocument</string>
                </dict>