-
Notifications
You must be signed in to change notification settings - Fork 35
CloudKit Synchronization + Sharing #112
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Conversation
…to-release move `db.attachMetadatabase` in examples from `#if DEBUB`
…g-upload Don't touch user records during initial upload.
Create FK triggers on all tables, not just sync'd tables.
…r-todo createContainer explicitly typed
… temporary tables)
userWrite to userRead for closures without updates
Better Error Handling
Allow in-memory databases in tests/previews
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Hi @larryonoff, this is DocC syntax, it's not meant to be parsed by GitHub. You will need to open the project in Xcode and preview the docs there or generate the documentation from the command line. You can also view the raw markdown to see more clearly what this represents.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@mbrandonw got it! thanks
* Regenerate macro code for CloudKit tables. * formatting * fix warnings * fix typo * wip
* Add uniqueness to tag titles. * wip * wip * wip * wip * wip * wip
Co-authored-by: David Moeller <david.moller@sensorfact.nl>
* wip * control dates internally * wip * wip * add a test * wip
* wip * wip * wip * wip * wip * wip * wip * wip * wip * clean up * wip * wip * wip * wip
* Beginnings of making sharing more testable. * wip * wip * wip * wip * fixes * wip
* Fixing more sharing edge cases with tests. * wip * wip * wip * wip * dont emit error when unsharing unshared record. * wip * fix --------- Co-authored-by: Stephen Celis <stephen@stephencelis.com>
* Test for generated column behavior. * snap
Important
Please do not ship these tools to a production app before they are officially released, as breaking changes may be made.
This branch and pull request comprise the public beta of our CloudKit synchronization and sharing support. See the announcement for more information.
If you have any questions or comments about the beta, please start a discussion.