aboutsummaryrefslogtreecommitdiffstats
path: root/Source/SPConstants.m
diff options
context:
space:
mode:
authorMax <post@wickenrode.com>2015-03-17 01:37:41 +0100
committerMax <post@wickenrode.com>2015-03-17 01:37:41 +0100
commit9f2e5a6b0fafeec8f94dfa00414b0016b12194ba (patch)
tree385c72795f6d96564a7e2b2f4993ab68a6e10fb6 /Source/SPConstants.m
parentcdf6fa551b9ccfe9980baa6cb9de368b99ab985e (diff)
downloadsequelpro-9f2e5a6b0fafeec8f94dfa00414b0016b12194ba.tar.gz
sequelpro-9f2e5a6b0fafeec8f94dfa00414b0016b12194ba.tar.bz2
sequelpro-9f2e5a6b0fafeec8f94dfa00414b0016b12194ba.zip
Allow selection of SSH client binary in prefs
Hey, I was against this, but if you want it... - just don't blame me for what might happen :shipit:
Diffstat (limited to 'Source/SPConstants.m')
-rw-r--r--Source/SPConstants.m1
1 files changed, 1 insertions, 0 deletions
diff --git a/Source/SPConstants.m b/Source/SPConstants.m
index 292acb3c..fad42bc6 100644
--- a/Source/SPConstants.m
+++ b/Source/SPConstants.m
@@ -229,6 +229,7 @@ NSString *SPHiddenKeyFileVisibilityKey = @"KeySelectionHiddenFilesVisi
NSString *SPSelectionDetailTypeIndexed = @"SelectionDetailTypeNSIndexSet";
NSString *SPSelectionDetailTypePrimaryKeyed = @"SelectionDetailTypePrimaryKeyedDetails";
NSString *SPSSHEnableMuxingPreference = @"SSHMultiplexingEnabled";
+NSString *SPSSHClientPath = @"SSHClientPath";
// URLs
NSString *SPDonationsURL = @"http://www.sequelpro.com/donate/";