aboutsummaryrefslogtreecommitdiffstats
path: root/Source/SPAppController.m
diff options
context:
space:
mode:
authorBibiko <bibiko@eva.mpg.de>2010-12-27 10:57:53 +0000
committerBibiko <bibiko@eva.mpg.de>2010-12-27 10:57:53 +0000
commita810d89092c9c8dea66d74630b80c55f3dce9382 (patch)
treee75ab2d6f5ce5546515b78d940b235b4f5c38c15 /Source/SPAppController.m
parent80977d353eef6a6b3f48bfd3e18d80e94c3c3c71 (diff)
downloadsequelpro-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/SPAppController.m')
-rw-r--r--Source/SPAppController.m2
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;