From e9f34249920eea69ca0dc116d21c1403c49ec0f4 Mon Sep 17 00:00:00 2001 From: Bibiko Date: Mon, 21 Jun 2010 11:38:43 +0000 Subject: =?UTF-8?q?=E2=80=A2=20initial=20preparations=20to=20support=20the?= =?UTF-8?q?=20storage=20of=20the=20entire=20SP=20session=20(all=20windows?= =?UTF-8?q?=20including=20tabs)=20=E2=80=A2=20added=20file=20extension=20'?= =?UTF-8?q?spfs'=20as=20SP=20bundle?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Note: The idea is to save inside the given spfs bundle a file 'Info.list' which contains the entire structure (which window, which tabs, selected items, etc.; each single connection is saved as separate spf file - if untitled inside the bundle in the sub-folder 'Contents' or if not the absolute path to a already saved spf file). This should insure that the user can open a single spf file in SP or as part of a spfs bundle session without loosing having two different spf file for the same connection. - Comments are welcome --- Resources/Info.plist | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) (limited to 'Resources') diff --git a/Resources/Info.plist b/Resources/Info.plist index 8e9d56cc..474ac750 100644 --- a/Resources/Info.plist +++ b/Resources/Info.plist @@ -24,6 +24,26 @@ NSDocumentClass SPDocumentController + + CFBundleTypeExtensions + + spfs + + CFBundleTypeIconFile + spficon.icns + CFBundleTypeName + Sequel Pro Connection Bundle + CFBundleTypeOSTypes + + connection + + CFBundleTypeRole + Editor + NSDocumentClass + SPDocumentController + LSTypeIsPackage + 1 + CFBundleTypeExtensions -- cgit v1.2.3