We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ec51ca4 commit 4b91f24Copy full SHA for 4b91f24
1 file changed
README.md
@@ -67,9 +67,11 @@ Something like this:
67
68
`````
69
#if !(TARGET_OS_EMBEDDED) // This will work for Mac or Simulator but excludes physical iOS devices
70
+#ifdef DEBUG
71
// @(1) is NSSQLiteStoreType
72
[self createCoreDataDebugProjectWithType:@(1) storeUrl:[storeURL absoluteString] modelFilePath:[modelUrl absoluteString]];
73
#endif
74
+#endif
75
76
77
Now you can just open the /tmp/YourAppName.cdp file and it will open CoreDataUtility with your app's data loaded.
0 commit comments