diff Simoleon/Persistence.swift @ 182:ba3ebe8cefe5

refactor code
author Dennis Concepcion Martin <dennisconcepcionmartin@gmail.com>
date Wed, 08 Dec 2021 10:58:15 +0100
parents 5a9430fd6b4d
children 9f044d33d8ac
line wrap: on
line diff
--- a/Simoleon/Persistence.swift	Wed Dec 08 10:52:11 2021 +0100
+++ b/Simoleon/Persistence.swift	Wed Dec 08 10:58:15 2021 +0100
@@ -1,6 +1,6 @@
 //
 //  Persistence.swift
-//  simoleon
+//  Simoleon
 //
 //  Created by Dennis Concepción Martín on 8/12/21.
 //
@@ -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")
         }