You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: TaskApplication/AppDelegate.swift
+23-21
Original file line number
Diff line number
Diff line change
@@ -49,7 +49,7 @@ class AppDelegate: UIResponder, UIApplicationDelegate {
49
49
lazy varapplicationDocumentsDirectory:NSURL={
50
50
// The directory the application uses to store the Core Data store file. This code uses a directory named "net.michaelcrump.CoreDataSample" in the application's documents Application Support directory.
// The persistent store coordinator for the application. This implementation creates and return a coordinator, having added the store for the application to it. This property is optional since there are legitimate error conditions that could cause the creation of the store to fail.
// The persistent store coordinator for the application. This implementation creates and returns a coordinator, having added the store for the application to it. This property is optional since there are legitimate error conditions that could cause the creation of the store to fail.
// Replace this with code to handle the error appropriately.
77
78
// abort() causes the application to generate a crash log and terminate. You should not use this function in a shipping application, although it may be useful during development.
// Returns the managed object context for the application (which is already bound to the persistent store coordinator for the application.) This property is optional since there are legitimate error conditions that could cause the creation of the context to fail.
// Replace this implementation with code to handle the error appropriately.
103
104
// abort() causes the application to generate a crash log and terminate. You should not use this function in a shipping application, although it may be useful during development.
0 commit comments