diff Simoleon/Persistence.swift @ 181:5a9430fd6b4d

restart project to new version
author Dennis Concepcion Martin <dennisconcepcionmartin@gmail.com>
date Wed, 08 Dec 2021 10:52:11 +0100
parents ad8c6567539d
children ba3ebe8cefe5
line wrap: on
line diff
--- a/Simoleon/Persistence.swift	Wed Dec 08 10:47:02 2021 +0100
+++ b/Simoleon/Persistence.swift	Wed Dec 08 10:52:11 2021 +0100
@@ -1,8 +1,8 @@
 //
 //  Persistence.swift
-//  Simoleon
+//  simoleon
 //
-//  Created by Dennis Concepción Martín on 26/10/21.
+//  Created by Dennis Concepción Martín on 8/12/21.
 //
 
 import CoreData
@@ -31,7 +31,7 @@
     let container: NSPersistentCloudKitContainer
 
     init(inMemory: Bool = false) {
-        container = NSPersistentCloudKitContainer(name: "Simoleon")
+        container = NSPersistentCloudKitContainer(name: "simoleon")
         if inMemory {
             container.persistentStoreDescriptions.first!.url = URL(fileURLWithPath: "/dev/null")
         }