aboutsummaryrefslogtreecommitdiffstats
path: root/Source/SPConstants.m
diff options
context:
space:
mode:
authorMax <post@wickenrode.com>2015-10-10 03:49:58 +0200
committerMax <post@wickenrode.com>2015-10-10 03:49:58 +0200
commit01ef3ad33d260119ee61b949414f038be2c8d00e (patch)
treed4ea4eff90c6ae334adb17ba5573213f029f86d1 /Source/SPConstants.m
parent2cb875fb99e0c017b545b8e8427eb565e15cca1e (diff)
downloadsequelpro-01ef3ad33d260119ee61b949414f038be2c8d00e.tar.gz
sequelpro-01ef3ad33d260119ee61b949414f038be2c8d00e.tar.bz2
sequelpro-01ef3ad33d260119ee61b949414f038be2c8d00e.zip
Change two magic strings into constants
Diffstat (limited to 'Source/SPConstants.m')
-rw-r--r--Source/SPConstants.m3
1 files changed, 3 insertions, 0 deletions
diff --git a/Source/SPConstants.m b/Source/SPConstants.m
index 42631dab..ca8164e3 100644
--- a/Source/SPConstants.m
+++ b/Source/SPConstants.m
@@ -302,6 +302,9 @@ NSString *SPFavoriteSSLCACertFileLocationKey = @"sslCACertFileLocati
NSString *SPFavoriteUseCompressionKey = @"useCompression";
NSString *SPConnectionFavoritesChangedNotification = @"SPConnectionFavoritesChanged";
+NSString *SPFFormatKey = @"format";
+NSString *SPFVersionKey = @"version";
+
// Favorites import/export
NSString *SPFavoritesDataRootKey = @"SPConnectionFavorites";