SVN Commit by dpage: r4620 - trunk/pgadmin3/pkg/mac - Mailing list pgadmin-hackers

From svn@pgadmin.org
Subject SVN Commit by dpage: r4620 - trunk/pgadmin3/pkg/mac
Date
Msg-id 200510290848.j9T8msRg006489@developer.pgadmin.org
Whole thread Raw
List pgadmin-hackers
Author: dpage
Date: 2005-10-29 09:48:54 +0100 (Sat, 29 Oct 2005)
New Revision: 4620

Modified:
   trunk/pgadmin3/pkg/mac/Info.plist
Log:
Updated plist file from Florian. This one gives us the icon for SQL files, but no association for now.


Modified: trunk/pgadmin3/pkg/mac/Info.plist
===================================================================
--- trunk/pgadmin3/pkg/mac/Info.plist    2005-10-27 22:28:57 UTC (rev 4619)
+++ trunk/pgadmin3/pkg/mac/Info.plist    2005-10-29 08:48:54 UTC (rev 4620)
@@ -2,23 +2,68 @@
 <!DOCTYPE plist PUBLIC "-//Apple Computer//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
 <plist version="1.0">
 <dict>
-        <key>CFBundleDevelopmentRegion</key>
-        <string>English</string>
-        <key>CFBundleExecutable</key>
-        <string>pgAdmin3</string>
-        <key>CFBundleIdentifier</key>
-        <string>org.postgresql.pgadmin3</string>
-        <key>CFBundleInfoDictionaryVersion</key>
-        <string>1.2</string>
-        <key>CFBundlePackageType</key>
-        <string>APPL</string>
-        <key>CFBundleSignature</key>
-        <string>????</string>
-        <key>CFBundleVersion</key>
-        <string>0.1</string>
-        <key>CFBundleIconFile</key>
-        <string>pgAdmin3.icns</string>
-        <key>CSResourcesFileMapped</key>
-        <true/>
+    <key>CFBundleDevelopmentRegion</key>
+    <string>English</string>
+    <key>CFBundleDocumentTypes</key>
+    <array>
+        <dict>
+            <key>CFBundleTypeExtensions</key>
+            <array>
+                <string>sql</string>
+            </array>
+            <key>CFBundleTypeIconFile</key>
+            <string>sql.icns</string>
+            <key>CFBundleTypeName</key>
+            <string>pgAdmin3 SQL Query</string>
+            <key>CFBundleTypeRole</key>
+            <string>None</string>
+            <key>LSItemContentTypes</key>
+            <array>
+                <string>org.postgresql.pgadmin.sql</string>
+            </array>
+        </dict>
+    </array>
+    <key>CFBundleExecutable</key>
+    <string>pgAdmin3</string>
+    <key>CFBundleGetInfoString</key>
+    <string>pgAdmin3 1.4</string>
+    <key>CFBundleIconFile</key>
+    <string>pgAdmin3.icns</string>
+    <key>CFBundleIdentifier</key>
+    <string>org.postgresql.pgadmin</string>
+    <key>CFBundleInfoDictionaryVersion</key>
+    <string>6.0</string>
+    <key>CFBundlePackageType</key>
+    <string>APPL</string>
+    <key>CFBundleShortVersionString</key>
+    <string>1.4</string>
+    <key>CFBundleSignature</key>
+    <string>????</string>
+    <key>CFBundleVersion</key>
+    <string>1.4</string>
+    <key>CSResourcesFileMapped</key>
+    <true/>
+    <key>UTExportedTypeDeclarations</key>
+    <array>
+        <dict>
+            <key>UTTypeConformsTo</key>
+            <array>
+                <string>public.utf8-plain-text</string>
+            </array>
+            <key>UTTypeDescription</key>
+            <string>pgAdmin3 SQL Query</string>
+            <key>UTTypeIconFile</key>
+            <string>sql.icns</string>
+            <key>UTTypeIdentifier</key>
+            <string>org.postgresql.pgadmin.sql</string>
+            <key>UTTypeTagSpecification</key>
+            <dict>
+                <key>public.filename-extension</key>
+                <array>
+                    <string>sql</string>
+                </array>
+            </dict>
+        </dict>
+    </array>
 </dict>
 </plist>


pgadmin-hackers by date:

Previous
From: svn@pgadmin.org
Date:
Subject: SVN Commit by dpage: r4619 - in trunk/pgadmin3: . src/frm src/main
Next
From: Dave Page
Date:
Subject: Re: Default extension for sql scripts