diff options
author | Bibiko <bibiko@eva.mpg.de> | 2010-12-27 10:57:53 +0000 |
---|---|---|
committer | Bibiko <bibiko@eva.mpg.de> | 2010-12-27 10:57:53 +0000 |
commit | a810d89092c9c8dea66d74630b80c55f3dce9382 (patch) | |
tree | e75ab2d6f5ce5546515b78d940b235b4f5c38c15 /Source | |
parent | 80977d353eef6a6b3f48bfd3e18d80e94c3c3c71 (diff) | |
download | sequelpro-a810d89092c9c8dea66d74630b80c55f3dce9382.tar.gz sequelpro-a810d89092c9c8dea66d74630b80c55f3dce9382.tar.bz2 sequelpro-a810d89092c9c8dea66d74630b80c55f3dce9382.zip |
• added first Default Bundle and procedure to copy them into BUILD_PRODUCT/Contents/SharedSupport done in build.sh while compiling
Diffstat (limited to 'Source')
-rw-r--r-- | Source/SPAppController.m | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/SPAppController.m b/Source/SPAppController.m index aa9bb824..25a181fa 100644 --- a/Source/SPAppController.m +++ b/Source/SPAppController.m @@ -1348,7 +1348,7 @@ NSArray *bundlePaths = [NSArray arrayWithObjects: ([[NSFileManager defaultManager] applicationSupportDirectoryForSubDirectory:SPBundleSupportFolder createIfNotExists:NO error:nil])?:@"", - [NSString stringWithFormat:@"%@/Contents/Resources/Default Bundles", [[NSBundle mainBundle] bundlePath]], + [NSString stringWithFormat:@"%@/Contents/SharedSupport/Default Bundles", [[NSBundle mainBundle] bundlePath]], nil]; BOOL processDefaultBundles = NO; |