diff options
author | Bibiko <bibiko@eva.mpg.de> | 2010-11-26 12:37:54 +0000 |
---|---|---|
committer | Bibiko <bibiko@eva.mpg.de> | 2010-11-26 12:37:54 +0000 |
commit | 7019db6cf6d23e21e54af987f02b35cf816a89ff (patch) | |
tree | b864c94a07a6647cab824d29f40f19067e7374c9 /Source/SPAppController.h | |
parent | e586eaef2eadcf3eccbb6f81d33bf005081451f2 (diff) | |
download | sequelpro-7019db6cf6d23e21e54af987f02b35cf816a89ff.tar.gz sequelpro-7019db6cf6d23e21e54af987f02b35cf816a89ff.tar.bz2 sequelpro-7019db6cf6d23e21e54af987f02b35cf816a89ff.zip |
• improved installing procedure of spBundle files
- SP asks for Update a bundle if a bundle with the same UUID is already installed
Diffstat (limited to 'Source/SPAppController.h')
-rw-r--r-- | Source/SPAppController.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Source/SPAppController.h b/Source/SPAppController.h index 9a17dcb6..d9763766 100644 --- a/Source/SPAppController.h +++ b/Source/SPAppController.h @@ -48,6 +48,7 @@ NSMutableDictionary *bundleCategories; NSMutableArray *bundleUsedScopes; NSMutableDictionary *bundleKeyEquivalents; + NSMutableDictionary *installedBundleUUIDs; } |