IceCream
IceCream copied to clipboard
Sync Realm Database with CloudKit
It's an optimization for the implementation in #23. Also should resolve #100
## Models ``` @objcMembers class Task: Object { dynamic var id: String = UUID().uuidString @objc dynamic var title: String? = nil @objc dynamic var project: Project? dynamic var isDeleted =...
I needed a more complete example on how SwiftUI + Realm + IceCream all works together, and a simple app to experiment on, rather than my "real'' app. I file...
Can I use IceCream with Unrealm? [https://github.com/arturdev/Unrealm]()
Hi. Thank you for your work on this amazing library. I was debugging some stuff on my personal device, deleted the iCloud storage associated with my app, and now I...
In `CreamAsset`'s `create` methods, it allows to save file to places other than the default place. with `public static func create(objectID: String, propName: String, url: URL, shouldOverwrite: Bool = true)...
This one is more of a brainstorm. Here's the problem: ## The Problem 1. A user has my flashcard app (for example) installed on an iPad and iPhone. 2. I...
So I have an object which contains a CreamAsset and I set the isDeleted flag to true. ## Expected behavior I would expect everything about that object to be removed...
For the current version, I'd say IceCream works perfect. It has been served to thousands and thousands of users so far and with 99% of users are happy with it....
Similar to #95 there is an issue when doing a "fresh" fetch from a device (for example after installing on a new device) where sometimes objects have their reference fields...