mirror of
https://github.com/Ranchero-Software/NetNewsWire.git
synced 2024-12-24 00:30:51 +01:00
Update to the latest RSCore
This commit is contained in:
parent
91ce7ff189
commit
9b35e4a6b1
@ -52,6 +52,7 @@ final class CloudKitAccountZone: CloudKitZone {
|
|||||||
self.container = container
|
self.container = container
|
||||||
self.database = container.privateCloudDatabase
|
self.database = container.privateCloudDatabase
|
||||||
self.zoneID = CKRecordZone.ID(zoneName: "Account", ownerName: CKCurrentUserDefaultName)
|
self.zoneID = CKRecordZone.ID(zoneName: "Account", ownerName: CKCurrentUserDefaultName)
|
||||||
|
migrateChangeToken()
|
||||||
}
|
}
|
||||||
|
|
||||||
func importOPML(rootExternalID: String, items: [RSOPMLItem], completion: @escaping (Result<Void, Error>) -> Void) {
|
func importOPML(rootExternalID: String, items: [RSOPMLItem], completion: @escaping (Result<Void, Error>) -> Void) {
|
||||||
|
@ -57,6 +57,7 @@ final class CloudKitArticlesZone: CloudKitZone {
|
|||||||
self.container = container
|
self.container = container
|
||||||
self.database = container.privateCloudDatabase
|
self.database = container.privateCloudDatabase
|
||||||
self.zoneID = CKRecordZone.ID(zoneName: "Articles", ownerName: CKCurrentUserDefaultName)
|
self.zoneID = CKRecordZone.ID(zoneName: "Articles", ownerName: CKCurrentUserDefaultName)
|
||||||
|
migrateChangeToken()
|
||||||
}
|
}
|
||||||
|
|
||||||
func refreshArticles(completion: @escaping ((Result<Void, Error>) -> Void)) {
|
func refreshArticles(completion: @escaping ((Result<Void, Error>) -> Void)) {
|
||||||
|
@ -60,8 +60,8 @@
|
|||||||
"repositoryURL": "https://github.com/Ranchero-Software/RSCore.git",
|
"repositoryURL": "https://github.com/Ranchero-Software/RSCore.git",
|
||||||
"state": {
|
"state": {
|
||||||
"branch": null,
|
"branch": null,
|
||||||
"revision": "3fb97de5901d10e6afede307a31957f7579042e5",
|
"revision": "55295e826ac0249ac0c271e83c4489313b350a7c",
|
||||||
"version": "1.0.0"
|
"version": "1.0.1"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
Loading…
Reference in New Issue
Block a user