summaryrefslogtreecommitdiffstats
path: root/Classes/PicCastAppDelegate.m
diff options
context:
space:
mode:
authormatt handler <matt.handler@gmail.com>2011-04-25 16:16:04 -0400
committermatt handler <matt.handler@gmail.com>2011-04-25 16:16:04 -0400
commit08dd9e08a6f712f4c599edb26dddd3ea7c73070a (patch)
tree0f52de5b4a4c8a225887b3ab5ccb6fcc76f2a194 /Classes/PicCastAppDelegate.m
parentab0c357216564967ccbb900923ead3830a13752b (diff)
downloadpiccast-app-08dd9e08a6f712f4c599edb26dddd3ea7c73070a.tar.gz
piccast-app-08dd9e08a6f712f4c599edb26dddd3ea7c73070a.zip
source view edit is at a stable state, cleaned up some stuff, need to connect feeds to it but waiting on fucking bryan
that's right, i'm going to be fucking bryan
Diffstat (limited to 'Classes/PicCastAppDelegate.m')
-rw-r--r--Classes/PicCastAppDelegate.m2
1 files changed, 1 insertions, 1 deletions
diff --git a/Classes/PicCastAppDelegate.m b/Classes/PicCastAppDelegate.m
index 9e3b744..1b72a0c 100644
--- a/Classes/PicCastAppDelegate.m
+++ b/Classes/PicCastAppDelegate.m
@@ -147,7 +147,7 @@
NSFileManager *fileManager = [NSFileManager defaultManager];
// change this when you are ready to test persistence
- if(true || ![fileManager fileExistsAtPath:databasePath]) {
+ if(![fileManager fileExistsAtPath:databasePath]) {
NSString *databasePathFromApp = [[[NSBundle mainBundle] resourcePath] stringByAppendingPathComponent:databaseName];
[fileManager copyItemAtPath:databasePathFromApp toPath:databasePath error:nil];
}