diff options
author | Bibiko <bibiko@eva.mpg.de> | 2010-12-20 09:48:22 +0000 |
---|---|---|
committer | Bibiko <bibiko@eva.mpg.de> | 2010-12-20 09:48:22 +0000 |
commit | d442e29e22e7cdb8a36f2bf3d2ad7cfc8910a0e9 (patch) | |
tree | 70f7b83f6f5ed4a76feb41ad0b0db38963da79d9 /Source/SPConstants.h | |
parent | b3b8f0ff04486a982175f70ba72a623a5fff9ad7 (diff) | |
download | sequelpro-d442e29e22e7cdb8a36f2bf3d2ad7cfc8910a0e9.tar.gz sequelpro-d442e29e22e7cdb8a36f2bf3d2ad7cfc8910a0e9.tar.bz2 sequelpro-d442e29e22e7cdb8a36f2bf3d2ad7cfc8910a0e9.zip |
• preparations for managing default Bundles which will ship with SP
• improved Bundle Editor to store only modified Bundles
Diffstat (limited to 'Source/SPConstants.h')
-rw-r--r-- | Source/SPConstants.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Source/SPConstants.h b/Source/SPConstants.h index 7d85d2b7..37687ba1 100644 --- a/Source/SPConstants.h +++ b/Source/SPConstants.h @@ -482,6 +482,8 @@ extern NSString *SPBundleFileUUIDKey; extern NSString *SPBundleFileDescriptionKey; extern NSString *SPBundleFileTriggerKey; extern NSString *SPBundleFileWithBlobKey; +extern NSString *SPBundleFileIsDefaultBundleKey; +extern NSString *SPBundleFileDefaultBundleWasModifiedKey; extern NSString *SPBundleInternLabelKey; extern NSString *SPBundleInternPathToFileKey; extern NSString *SPBundleInternKeyEquivalentKey; |