SharingGRDB is now SQLiteData #174
stephencelis
started this conversation in
CloudKit Preview
Replies: 2 comments 8 replies
-
|
Just a heads up that we have officially released SQLiteData 1.0! Thanks to all of our beta testers for helping us track down bugs and giving us valuable feedback. Important: If you were using the beta library in your app then you will need to reset your CloudKit containers and delete the app of your devices before upgrading to the official release of the library. |
Beta Was this translation helpful? Give feedback.
5 replies
-
|
don't rename next time. |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
If you are a beta tester of the
cloudkitbranch you will notice some breaking changes when pulling down the latest.The biggest change: SharingGRDB has been renamed to SQLiteData. You will want to point your project and library code to this new module after upgrading. And you will want to delete and reinstall your app on any simulator/devices before testing.
SharingGRDB has grown a lot from its humble beginnings as a simple intermediate library between our Sharing library and GRDB, and so we think the new name will better reflect that 😄
When we merge
cloudkitintomainwe will rename this repo, create an archive repo with the old name, and cut 1.0.0. Stay tuned!Beta Was this translation helpful? Give feedback.
All reactions