diff options
Diffstat (limited to 'Source/SPConstants.m')
-rw-r--r-- | Source/SPConstants.m | 4 |
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"; |