aboutsummaryrefslogtreecommitdiffstats
path: root/Source/SPConstants.m
diff options
context:
space:
mode:
authorBibiko <bibiko@eva.mpg.de>2010-11-25 23:02:27 +0000
committerBibiko <bibiko@eva.mpg.de>2010-11-25 23:02:27 +0000
commit0898dd7e4da0becb043f3ae3d37ccc4c0c13c44e (patch)
tree1bae36c111bfa94fdb573404fdd917ae50ab7158 /Source/SPConstants.m
parent36af2c018db397c64dd7635b7c79476b4df6d610 (diff)
downloadsequelpro-0898dd7e4da0becb043f3ae3d37ccc4c0c13c44e.tar.gz
sequelpro-0898dd7e4da0becb043f3ae3d37ccc4c0c13c44e.tar.bz2
sequelpro-0898dd7e4da0becb043f3ae3d37ccc4c0c13c44e.zip
• added method 'rot13' to NSString
• Bundle Editor - fixed several GUI issues - added the chance to add meta data to each bundle - each added/duplicated bundle will get an unique UUID in order to be able to identify a Bundle for future purposes like an update detection for installed bundles - changed init process
Diffstat (limited to 'Source/SPConstants.m')
-rw-r--r--Source/SPConstants.m4
1 files changed, 4 insertions, 0 deletions
diff --git a/Source/SPConstants.m b/Source/SPConstants.m
index 2c99a531..0c731abd 100644
--- a/Source/SPConstants.m
+++ b/Source/SPConstants.m
@@ -278,6 +278,10 @@ NSString *SPBundleFileKeyEquivalentKey = @"keyEquivalent";
NSString *SPBundleFileInternalKeyEquivalentKey = @"internalKeyEquivalent";
NSString *SPBundleFileTooltipKey = @"tooltip";
NSString *SPBundleFileDisabledKey = @"disabled";
+NSString *SPBundleFileAuthorKey = @"author";
+NSString *SPBundleFileContactKey = @"contact";
+NSString *SPBundleFileUUIDKey = @"uuid";
+NSString *SPBundleFileDescriptionKey = @"description";
NSString *SPBundleInternLabelKey = @"label";
NSString *SPBundleInternPathToFileKey = @"path";
NSString *SPBundleInternKeyEquivalentKey = @"keyEquivalent";