From 69783491c3ef4912062443bd893d6da5f46a621d Mon Sep 17 00:00:00 2001 From: masakih Date: Thu, 27 Mar 2014 22:54:07 +0900 Subject: [PATCH] =?utf8?q?=E3=83=AA=E3=83=AA=E3=83=BC=E3=82=B9=E6=99=82?= =?utf8?q?=E3=81=AB=E3=81=AF=E3=83=AD=E3=83=BC=E3=82=AB=E3=83=AB=E3=83=86?= =?utf8?q?=E3=82=99=E3=83=BC=E3=82=BF=E3=82=92sqlite=E3=81=A6=E3=82=99?= =?utf8?q?=E4=BF=9D=E5=AD=98=E3=81=99=E3=82=8B=E3=82=88=E3=81=86=E3=81=AB?= =?utf8?q?=E3=81=97=E3=81=9F?= MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit --- KCD/HMLocalDataStore.m | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/KCD/HMLocalDataStore.m b/KCD/HMLocalDataStore.m index 4f91141e..ddb36f15 100644 --- a/KCD/HMLocalDataStore.m +++ b/KCD/HMLocalDataStore.m @@ -122,7 +122,7 @@ static NSManagedObjectModel *_managedObjectModel = nil; return nil; } } -#if 0 +#ifndef DEBUG NSURL *url = [applicationFilesDirectory URLByAppendingPathComponent:@"LocalData.storedata"]; NSString *storeType = NSSQLiteStoreType; #else -- 2.11.0