Seam
Seam copied to clipboard
Seamless CloudKit Sync with CoreData
When I fixed all errors in Xcode 9.3 with SeamDemo. but app crashed and print out "Unsupported store type."
I was wondering if it would be possible to have Seam set up as a [Carthage](https://github.com/Carthage/Carthage) framework, in addition to CocoaPods. I'm not sure what the process for doing so...
Hello guys! According to best practices, it is better to do Coredata related operations in the background, not to cause any possible performance drops, or UI blocks. I feel like...
In Zone.swift::subscriptionExistsOnServer an CKFetchSubscriptionsOperation operation is created, but never added to NSOperationQueue! And also in Zone.swift::createSubscription(completionBlock: the CKFetchSubscriptionsOperation operation is created, but never added to the NSOperationQueue! Is this intended...
Personally I don't really see the need for private database support since we already have iCloud Core Data storage which does the same thing. Public on the other hand introduces...
I have forked this project to my Bitbucket account, and have successfully got it compiling in Xcode 8, beta 6. The only problem is that the demo app is crashing...