aboutsummaryrefslogtreecommitdiffstats
path: root/Source/SPConstants.m
diff options
context:
space:
mode:
authorstuconnolly <stuart02@gmail.com>2010-11-11 21:25:59 +0000
committerstuconnolly <stuart02@gmail.com>2010-11-11 21:25:59 +0000
commite351124a47d2a8ad0bb171fec204df1991de94d6 (patch)
treee34fd87505a75fadc22afff3f9e70076faf57466 /Source/SPConstants.m
parentb1bc59225d7f190b6db36da4634cc96095f01591 (diff)
downloadsequelpro-e351124a47d2a8ad0bb171fec204df1991de94d6.tar.gz
sequelpro-e351124a47d2a8ad0bb171fec204df1991de94d6.tar.bz2
sequelpro-e351124a47d2a8ad0bb171fec204df1991de94d6.zip
Add SSL favorite constants and use them in the connection controller.
Diffstat (limited to 'Source/SPConstants.m')
-rw-r--r--Source/SPConstants.m36
1 files changed, 22 insertions, 14 deletions
diff --git a/Source/SPConstants.m b/Source/SPConstants.m
index 17e20849..637e046e 100644
--- a/Source/SPConstants.m
+++ b/Source/SPConstants.m
@@ -218,17 +218,25 @@ NSString *SPPreferenceToolbarEditor = @"SPPreferenceToolbarEditor";
NSString *SPPreferenceToolbarShortcuts = @"SPPreferenceToolbarShortcuts";
// Connection favorite keys
-NSString *SPFavoritesRootKey = @"Favorites Root";
-NSString *SPFavoriteChildrenKey = @"Children";
-NSString *SPFavoriteIDKey = @"id";
-NSString *SPFavoriteNameKey = @"name";
-NSString *SPFavoriteDatabaseKey = @"database";
-NSString *SPFavoriteHostKey = @"host";
-NSString *SPFavoritePortKey = @"port";
-NSString *SPFavoriteUserKey = @"user";
-NSString *SPFavoriteTypeKey = @"type";
-NSString *SPFavoriteSocketKey = @"socket";
-NSString *SPFavoriteSSHHostKey = @"sshHost";
-NSString *SPFavoriteSSHPortKey = @"sshPort";
-NSString *SPFavoriteSSHUserKey = @"sshUser";
-NSString *SPFavoriteSSHKeyLocationKey = @"sshKeyLocationEnabled";
+NSString *SPFavoritesRootKey = @"Favorites Root";
+NSString *SPFavoriteChildrenKey = @"Children";
+NSString *SPFavoriteIDKey = @"id";
+NSString *SPFavoriteNameKey = @"name";
+NSString *SPFavoriteDatabaseKey = @"database";
+NSString *SPFavoriteHostKey = @"host";
+NSString *SPFavoritePortKey = @"port";
+NSString *SPFavoriteUserKey = @"user";
+NSString *SPFavoriteTypeKey = @"type";
+NSString *SPFavoriteSocketKey = @"socket";
+NSString *SPFavoriteSSHHostKey = @"sshHost";
+NSString *SPFavoriteSSHPortKey = @"sshPort";
+NSString *SPFavoriteSSHUserKey = @"sshUser";
+NSString *SPFavoriteSSHKeyLocationEnabledKey = @"sshKeyLocationEnabled";
+NSString *SPFavoriteSSHKeyLocationKey = @"sshKeyLocation";
+NSString *SPFavoriteUseSSLKey = @"useSSL";
+NSString *SPFavoriteSSLKeyFileLocationEnabledKey = @"sslKeyFileLocationEnabled";
+NSString *SPFavoriteSSLKeyFileLocationKey = @"sslKeyFileLocation";
+NSString *SPFavoriteSSLCertificateFileLocationEnabledKey = @"sslCertificateFileLocationEnabled";
+NSString *SPFavoriteSSLCertificateFileLocationKey = @"sslCertificateFileLocation";
+NSString *SPFavoriteSSLCACertFileLocationEnabledKey = @"sslCACertFileLocationEnabled";
+NSString *SPFavoriteSSLCACertFileLocationKey = @"sslCACertFileLocation";