diff --git a/NearFuture.xcodeproj/project.xcworkspace/xcuserdata/neon443.xcuserdatad/UserInterfaceState.xcuserstate b/NearFuture.xcodeproj/project.xcworkspace/xcuserdata/neon443.xcuserdatad/UserInterfaceState.xcuserstate index 188705f..8f0c464 100644 Binary files a/NearFuture.xcodeproj/project.xcworkspace/xcuserdata/neon443.xcuserdatad/UserInterfaceState.xcuserstate and b/NearFuture.xcodeproj/project.xcworkspace/xcuserdata/neon443.xcuserdatad/UserInterfaceState.xcuserstate differ diff --git a/NearFuture.xcodeproj/xcuserdata/neon443.xcuserdatad/xcdebugger/Breakpoints_v2.xcbkptlist b/NearFuture.xcodeproj/xcuserdata/neon443.xcuserdatad/xcdebugger/Breakpoints_v2.xcbkptlist index 84c4b29..6524533 100644 --- a/NearFuture.xcodeproj/xcuserdata/neon443.xcuserdatad/xcdebugger/Breakpoints_v2.xcbkptlist +++ b/NearFuture.xcodeproj/xcuserdata/neon443.xcuserdatad/xcdebugger/Breakpoints_v2.xcbkptlist @@ -20,5 +20,661 @@ landmarkType = "7"> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/NearFuture/.DS_Store b/NearFuture/.DS_Store index c4df035..754c915 100644 Binary files a/NearFuture/.DS_Store and b/NearFuture/.DS_Store differ diff --git a/NearFuture/Item.swift b/NearFuture/Item.swift index b22c631..ab77285 100644 --- a/NearFuture/Item.swift +++ b/NearFuture/Item.swift @@ -187,8 +187,8 @@ class EventViewModel: ObservableObject { icloud.set(value, forKey: key) icloud.synchronize() - if let retrievedVal = icloud.string(forKey: key) { - print("has UbiquitousKeyValueStore: retrieved \(retrievedVal)") + if icloud.string(forKey: key) != nil { +// print("has UbiquitousKeyValueStore") icloud.removeObject(forKey: key) icloud.synchronize() return true