diff options
author | Max <post@wickenrode.com> | 2015-10-10 03:49:58 +0200 |
---|---|---|
committer | Max <post@wickenrode.com> | 2015-10-10 03:49:58 +0200 |
commit | 01ef3ad33d260119ee61b949414f038be2c8d00e (patch) | |
tree | d4ea4eff90c6ae334adb17ba5573213f029f86d1 /Source/SPConstants.m | |
parent | 2cb875fb99e0c017b545b8e8427eb565e15cca1e (diff) | |
download | sequelpro-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.m | 3 |
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"; |