aboutsummaryrefslogtreecommitdiffstats
path: root/Source/SPConstants.m
diff options
context:
space:
mode:
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";