deeje / CloudCore

Robust CoreData-CloudKit synchronization: offline editing, relationships, private, shared and public databases, field-level deltas, encrypted values, cacheable assets, and more.
MIT License
157 stars 17 forks source link

Fix App Extension API only warning in WatchKit #2

Closed hyerra closed 2 years ago

hyerra commented 5 years ago

Make sure only app extension APIs only are used to prevent warnings being thrown in WatchKit.

hyerra commented 5 years ago

This is a pretty simple fix, but helps get rid of some warnings which might get annoying for watch apps 👍

deeje commented 2 years ago

Thx!