insidegui / CloudKitCodable

An encoder and decoder for CKRecord
BSD 2-Clause "Simplified" License
387 stars 29 forks source link

Support nested values #2

Open insidegui opened 6 years ago

insidegui commented 6 years ago

As mentioned on the readme, nested values are not supported yet. They would have to be encoded as CKReference.

insidegui commented 5 months ago

This is implemented in #13, however that's still not the CKReference support this issue reports, it just allows for arbitrary Codable types to be embedded in a CKRecord.