ggruen / CloudKitSyncMonitor

Monitor current state of NSPersistentCloudKitContainer sync
MIT License
486 stars 44 forks source link

Xcode 13 compatibility - Needs import CloudKit #6

Closed neilt closed 3 years ago

neilt commented 3 years ago

I know, I know it has only been a day!

None the less, the file SyncMonitor.swift needs import CloudKit added.

ggruen commented 3 years ago

Lol, good (quick) catch!

Not sure when I’ll get to this (I’ve learned to wait more than a day before I try to compile my app against the new beta since things change rapidly) - please submit a pull request if you get a chance.

On Jun 8, 2021, at 9:16 AM, Neil Tiffin @.***> wrote:

 I know, I know it has only been a day!

None the less, the file SyncMonitor.swift needs import CloudKit added.

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub, or unsubscribe.

neilt commented 3 years ago

Added pull request.

ggruen commented 3 years ago

Merged and released in v1.1.1 - Thanks!