aboutsummaryrefslogtreecommitdiffstats
path: root/Source/SPConstants.h
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.h
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.h')
-rw-r--r--Source/SPConstants.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/Source/SPConstants.h b/Source/SPConstants.h
index 8f164749..fadf8573 100644
--- a/Source/SPConstants.h
+++ b/Source/SPConstants.h
@@ -459,6 +459,10 @@ extern NSString *SPBundleFileKeyEquivalentKey;
extern NSString *SPBundleFileInternalKeyEquivalentKey;
extern NSString *SPBundleFileTooltipKey;
extern NSString *SPBundleFileDisabledKey;
+extern NSString *SPBundleFileAuthorKey;
+extern NSString *SPBundleFileContactKey;
+extern NSString *SPBundleFileUUIDKey;
+extern NSString *SPBundleFileDescriptionKey;
extern NSString *SPBundleInternLabelKey;
extern NSString *SPBundleInternPathToFileKey;
extern NSString *SPBundleInternKeyEquivalentKey;