From 4ec81030b622d5b7a05356a6411bfceea1ed617b Mon Sep 17 00:00:00 2001
From: Chris Araman
- CombineCloudKit 0.5.0 Docs
+ CombineCloudKit 0.5.1 Docs
(100% documented)
- CombineCloudKit 0.5.0 Docs
+ CombineCloudKit 0.5.1 Docs
(100% documented)
Represents the completion progress of a The
- CombineCloudKit 0.5.0 Docs
+ CombineCloudKit 0.5.1 Docs
(100% documented)
- CombineCloudKit 0.5.0 Docs
+ CombineCloudKit 0.5.1 Docs
(100% documented)
- CombineCloudKit 0.5.0 Docs
+ CombineCloudKit 0.5.1 Docs
(100% documented)
Declaration
diff --git a/docs/Enums/Progress.html b/docs/Enums/Progress.html
index b96faa7..cd6fb84 100644
--- a/docs/Enums/Progress.html
+++ b/docs/Enums/Progress.html
@@ -21,7 +21,7 @@
Progress
CKRecord
save or fetch operation.Return Value
Progress
.Declaration
@@ -216,7 +216,7 @@ Declaration
@@ -245,7 +245,7 @@ Declaration
@@ -274,7 +274,7 @@ Declaration
@@ -303,7 +303,7 @@ Declaration
@@ -332,7 +332,7 @@ Declaration
diff --git a/docs/Extensions.html b/docs/Extensions.html
index 6c39508..888a7f1 100644
--- a/docs/Extensions.html
+++ b/docs/Extensions.html
@@ -21,7 +21,7 @@
Declaration
@@ -179,7 +179,7 @@ Declaration
diff --git a/docs/Protocols/CCKContainer.html b/docs/Protocols/CCKContainer.html
index b09d027..1498cd6 100644
--- a/docs/Protocols/CCKContainer.html
+++ b/docs/Protocols/CCKContainer.html
@@ -21,7 +21,7 @@
CCKContainer
@@ -148,7 +148,7 @@ Declaration
@@ -191,7 +191,7 @@ Return Value
determine the account status.
- CombineCloudKit 0.5.0 Docs + CombineCloudKit 0.5.1 Docs (100% documented)
@@ -110,7 +110,7 @@A Publisher
that emits the saved CKRecord
, or an error if CombineCloudKit can’t save it.
A Publisher
that the saved CKRecord
s, or an error if CombineCloudKit can’t save them.
A Publisher
that emits the saved CKRecord
, or an error if CombineCloudKit can’t save it.
A Publisher
that emits the Progress
of the saved CKRecord
, or an error if CombineCloudKit can’t save it.
A Publisher
that emits the Progress
of the saved CKRecord
s, or an error if CombineCloudKit can’t save them.
A Publisher
that emits the saved CKRecord.ID
, or an error if CombineCloudKit can’t save it.
A Publisher
that the saved CKRecord
s and the deleted CKRecord.ID
s.
A Publisher
that emits the Progress
of the saved CKRecord
s, and the deleted CKRecord.ID
s.
A Publisher
that emits the fetched CKRecord
, or an error if CombineCloudKit can’t fetch it.
A Publisher
that emits the fetched CKRecord
s, or an error if CombineCloudKit can’t fetch them.
A Publisher
that emits the CKRecord
, or an error if CombineCloudKit can’t fetch it.
A Publisher
that emits the CKRecord
, or an error if CombineCloudKit can’t fetch it.
A Publisher
that emits any matching CKRecord
s, or an error if CombineCloudKit can’t perform the query.
A Publisher
that emits any matching CKRecord
s, or an error if CombineCloudKit can’t perform the query.
A Publisher
that emits the saved CKRecordZone
, or an error if CombineCloudKit can’t save it.
A Publisher
that emits the saved CKRecordZone
, or an error if CombineCloudKit can’t save it.
A Publisher
that emits the saved CKRecordZone
s, or an error if CombineCloudKit can’t save them.
A Publisher
that emits the saved CKRecordZone.ID
, or an error if CombineCloudKit can’t save it.
A Publisher
that emits the CKRecordZone
, or an error if CombineCloudKit can’t fetch it.
A Publisher
that emits the CKRecordZone
, or an error if CombineCloudKit can’t fetch it.
A Publisher
that emits the CKRecordZone
s, or an error if CombineCloudKit can’t fetch them.
A Publisher
that emits the CKRecordZone
s, or an error if CombineCloudKit can’t fetch them.
A Publisher
that emits the CKRecordZone
s, or an error if CombineCloudKit can’t fetch them.
A Publisher
that emits the saved CKSubscription
, or an error if CombineCloudKit can’t save it.
A Publisher
that emits the saved CKSubscription
, or an error if CombineCloudKit can’t save it.
A Publisher
that emits the saved CKSubscription
s, or an error if CombineCloudKit can’t save them.
A Publisher
that emits the deleted CKSubscriptionID
, or an error if CombineCloudKit can’t delete it.
A Publisher
that emits the CKSubscription
, or an error if CombineCloudKit can’t fetch it.
A Publisher
that emits the CKSubscription
, or an error if CombineCloudKit can’t fetch it.
A Publisher
that emits the CKSubscription
s, or an error if CombineCloudKit can’t fetch them.
A Publisher
that emits the CKSubscription
s, or an error if CombineCloudKit can’t fetch them.
A Publisher
that emits the CKSubscription
s, or an error if CombineCloudKit can’t fetch them.
- CombineCloudKit 0.5.0 Docs + CombineCloudKit 0.5.1 Docs (100% documented)
@@ -113,7 +113,7 @@dependencies: [
- .package(url: "https://github.com/chris-araman/CombineCloudKit.git", from: "0.5.0")
+ .package(url: "https://github.com/chris-araman/CombineCloudKit.git", from: "0.5.1")
]