insidegui / CloudKitCodable

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

Swift Package #8

Closed tonyarnold closed 2 years ago

tonyarnold commented 2 years ago

I'm not sure if this project is still being actively used, but I was keen to see if it met my needs - as part of that, I have:

insidegui commented 2 years ago

Thanks a bunch @tonyarnold

I had done this in a separate branch (relevant commit), but I believe your implementation is much more complete than what I had done.

I'm currently quite busy preparing app updates for macOS 13, so I won't be able to do much testing on my end here, but I'm happy to merge this as soon as you think it's ready.

tonyarnold commented 2 years ago

That's great to hear, @insidegui.

Did you want me to restore the Xcode project so that people who are still using can continue to? Or do you feel we've crossed the point where SwiftPM is enough? (I think we're there, but it's your project).

insidegui commented 2 years ago

I agree, I think we can keep it as just a SPM package.

tonyarnold commented 2 years ago

Okay, I'm happy with this - I expect there may be a couple of tweaks required for GitHub Actions, but let's deal with those once this change is merged in.