Skip to content
This repository was archived by the owner on Aug 29, 2024. It is now read-only.

Fixes Background Sync Issue (Swift 4 Bug)

Choose a tag to compare

@ArtSabintsev ArtSabintsev released this 19 Oct 02:38
· 81 commits to master since this release
  • Fixes #25. When converting to the codebase to Swift 4, the @objcMembers keyword was missing, so the KVO method was never being hit. This has been addressed.