Update to the latest RSCore

This commit is contained in:
Maurice Parker 2021-02-08 13:08:02 -06:00
parent 91ce7ff189
commit 9b35e4a6b1
3 changed files with 4 additions and 2 deletions

View File

@ -52,6 +52,7 @@ final class CloudKitAccountZone: CloudKitZone {
self.container = container
self.database = container.privateCloudDatabase
self.zoneID = CKRecordZone.ID(zoneName: "Account", ownerName: CKCurrentUserDefaultName)
migrateChangeToken()
}
func importOPML(rootExternalID: String, items: [RSOPMLItem], completion: @escaping (Result<Void, Error>) -> Void) {

View File

@ -57,6 +57,7 @@ final class CloudKitArticlesZone: CloudKitZone {
self.container = container
self.database = container.privateCloudDatabase
self.zoneID = CKRecordZone.ID(zoneName: "Articles", ownerName: CKCurrentUserDefaultName)
migrateChangeToken()
}
func refreshArticles(completion: @escaping ((Result<Void, Error>) -> Void)) {

View File

@ -60,8 +60,8 @@
"repositoryURL": "https://github.com/Ranchero-Software/RSCore.git",
"state": {
"branch": null,
"revision": "3fb97de5901d10e6afede307a31957f7579042e5",
"version": "1.0.0"
"revision": "55295e826ac0249ac0c271e83c4489313b350a7c",
"version": "1.0.1"
}
},
{