aboutsummaryrefslogtreecommitdiffstats
path: root/Resources
diff options
context:
space:
mode:
authorBibiko <bibiko@eva.mpg.de>2010-06-21 11:38:43 +0000
committerBibiko <bibiko@eva.mpg.de>2010-06-21 11:38:43 +0000
commite9f34249920eea69ca0dc116d21c1403c49ec0f4 (patch)
tree12e1198bd8f1f0fe65fc78a1d707f5f7385a9bef /Resources
parent43410663ca0338c8203c30156bd5391bb1f8fb37 (diff)
downloadsequelpro-e9f34249920eea69ca0dc116d21c1403c49ec0f4.tar.gz
sequelpro-e9f34249920eea69ca0dc116d21c1403c49ec0f4.tar.bz2
sequelpro-e9f34249920eea69ca0dc116d21c1403c49ec0f4.zip
• initial preparations to support the storage of the entire SP session (all windows including tabs)
• added file extension 'spfs' as SP bundle 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
Diffstat (limited to 'Resources')
-rw-r--r--Resources/Info.plist20
1 files changed, 20 insertions, 0 deletions
diff --git a/Resources/Info.plist b/Resources/Info.plist
index 8e9d56cc..474ac750 100644
--- a/Resources/Info.plist
+++ b/Resources/Info.plist
@@ -27,6 +27,26 @@
<dict>
<key>CFBundleTypeExtensions</key>
<array>
+ <string>spfs</string>
+ </array>
+ <key>CFBundleTypeIconFile</key>
+ <string>spficon.icns</string>
+ <key>CFBundleTypeName</key>
+ <string>Sequel Pro Connection Bundle</string>
+ <key>CFBundleTypeOSTypes</key>
+ <array>
+ <string>connection</string>
+ </array>
+ <key>CFBundleTypeRole</key>
+ <string>Editor</string>
+ <key>NSDocumentClass</key>
+ <string>SPDocumentController</string>
+ <key>LSTypeIsPackage</key>
+ <integer>1</integer>
+ </dict>
+ <dict>
+ <key>CFBundleTypeExtensions</key>
+ <array>
<string>sql</string>
</array>
<key>CFBundleTypeIconFile</key>