SVN Commit by dpage: r4620 - trunk/pgadmin3/pkg/mac

From: svn(at)pgadmin(dot)org
To: pgadmin-hackers(at)postgresql(dot)org
Subject: SVN Commit by dpage: r4620 - trunk/pgadmin3/pkg/mac
Date: 2005-10-29 08:48:54
Message-ID: 200510290848.j9T8msRg006489@developer.pgadmin.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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>

Browse pgadmin-hackers by date

  From Date Subject
Next Message Dave Page 2005-10-29 08:49:42 Re: Default extension for sql scripts
Previous Message Andreas Pflug 2005-10-27 22:43:09 Re: Hide databases