mirror of
https://github.com/SideStore/SideStore.git
synced 2026-02-20 20:23:25 +01:00
- coredata verbosity enabled temporarily
This commit is contained in:
@@ -43,6 +43,10 @@ final class AppDelegate: UIResponder, UIApplicationDelegate {
|
|||||||
|
|
||||||
func application(_ application: UIApplication, didFinishLaunchingWithOptions launchOptions: [UIApplication.LaunchOptionsKey: Any]?) -> Bool
|
func application(_ application: UIApplication, didFinishLaunchingWithOptions launchOptions: [UIApplication.LaunchOptionsKey: Any]?) -> Bool
|
||||||
{
|
{
|
||||||
|
// Override point for customization after application launch.
|
||||||
|
UserDefaults.standard.setValue(true, forKey: "com.apple.CoreData.MigrationDebug")
|
||||||
|
UserDefaults.standard.setValue(true, forKey: "com.apple.CoreData.SQLDebug")
|
||||||
|
|
||||||
// Register default settings before doing anything else.
|
// Register default settings before doing anything else.
|
||||||
UserDefaults.registerDefaults()
|
UserDefaults.registerDefaults()
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user