From 1e10cee1cc873ec6cc5d29d483ab3ebf77a876a5 Mon Sep 17 00:00:00 2001 From: Bibiko Date: Mon, 16 Aug 2010 12:51:48 +0000 Subject: =?UTF-8?q?=E2=80=A2=20added=20file=20extension=20'spTheme'=20to?= =?UTF-8?q?=20info.plist=20and=20set=20to=20plain-text=20Quicklook=20previ?= =?UTF-8?q?ew=20which=20also=20causes=20a=20doc-like=20icon=20(icon=20will?= =?UTF-8?q?=20come=20soon)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Resources/Plists/Info.plist | 43 +++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 43 insertions(+) (limited to 'Resources/Plists/Info.plist') diff --git a/Resources/Plists/Info.plist b/Resources/Plists/Info.plist index ef5bf3fa..c041b8ae 100644 --- a/Resources/Plists/Info.plist +++ b/Resources/Plists/Info.plist @@ -28,6 +28,28 @@ com.google.code.sequel-pro.spf + + CFBundleTypeExtensions + + spTheme + + CFBundleTypeIconFile + appicon.icns + CFBundleTypeName + Sequel Pro Color Theme + CFBundleTypeOSTypes + + theme + + CFBundleTypeRole + Editor + NSDocumentClass + SPDocumentController + LSItemContentTypes + + com.google.code.sequel-pro.spTheme + + CFBundleTypeExtensions @@ -209,6 +231,27 @@ + + UTTypeDescription + Sequel Pro Color Theme + UTTypeIconFile + + UTTypeIdentifier + com.google.code.sequel-pro.spTheme + UTTypeConformsTo + + public.plain-text + + UTTypeTagSpecification + + com.apple.ostype + theme + public.filename-extension + + spTheme + + + -- cgit v1.2.3