aboutsummaryrefslogtreecommitdiffstats
path: root/Resources
diff options
context:
space:
mode:
authorrowanbeentje <rowan@beent.je>2010-05-23 21:44:59 +0000
committerrowanbeentje <rowan@beent.je>2010-05-23 21:44:59 +0000
commitc661b409eaa0e29d9e012b79e7a66574a554817a (patch)
tree49b310ded9a226a66aa53444c9ba112824854f68 /Resources
parentb66006f3755c6a57dfc60d4133bc4dc4da0fef56 (diff)
downloadsequelpro-c661b409eaa0e29d9e012b79e7a66574a554817a.tar.gz
sequelpro-c661b409eaa0e29d9e012b79e7a66574a554817a.tar.bz2
sequelpro-c661b409eaa0e29d9e012b79e7a66574a554817a.zip
Initial implementation of tabs:
- Addition of PSMTabBar framework - Rework away from a document-based TableDocument - Support tabs throughout the application - Add menu items for creating tabs, and add support for dragging tabs to different windows
Diffstat (limited to 'Resources')
-rw-r--r--Resources/Info.plist16
1 files changed, 8 insertions, 8 deletions
diff --git a/Resources/Info.plist b/Resources/Info.plist
index 0494eca4..8e9d56cc 100644
--- a/Resources/Info.plist
+++ b/Resources/Info.plist
@@ -22,7 +22,7 @@
<key>CFBundleTypeRole</key>
<string>Editor</string>
<key>NSDocumentClass</key>
- <string>TableDocument</string>
+ <string>SPDocumentController</string>
</dict>
<dict>
<key>CFBundleTypeExtensions</key>
@@ -40,7 +40,7 @@
<key>CFBundleTypeRole</key>
<string>Editor</string>
<key>NSDocumentClass</key>
- <string>TableDocument</string>
+ <string>SPDocumentController</string>
</dict>
</array>
<key>CFBundleExecutable</key>
@@ -63,20 +63,20 @@
<string>0.9.8</string>
<key>CFBundleVersion</key>
<string></string>
- <key>FRFeedbackReporter.targetURL</key>
- <string>http://log.sequelpro.com/submit</string>
<key>FRFeedbackReporter.maxConsoleLogSize</key>
<integer>10000</integer>
+ <key>FRFeedbackReporter.targetURL</key>
+ <string>http://log.sequelpro.com/submit</string>
<key>LSMinimumSystemVersion</key>
<string>10.5.0</string>
<key>LSMinimumSystemVersionByArchitecture</key>
<dict>
<key>i386</key>
<string>10.5.0</string>
- <key>x86_64</key>
- <string>10.6.0</string>
<key>ppc</key>
<string>10.5.0</string>
+ <key>x86_64</key>
+ <string>10.6.0</string>
</dict>
<key>NSAppleScriptEnabled</key>
<true/>
@@ -110,11 +110,11 @@
</array>
</dict>
</array>
+ <key>SUEnableSystemProfiling</key>
+ <true/>
<key>SUFeedURL</key>
<string>http://www.sequelpro.com/appcast/app-releases.xml</string>
<key>SUPublicDSAKeyFile</key>
<string>sparkle-public-key.pem</string>
- <key>SUEnableSystemProfiling</key>
- <true/>
</dict>
</plist>