Closed mRs- closed 6 years ago
Thanks.
Sorry. Had to rollback your changes. This is not the correct fix. I think the reporter of #75 tried to use WKZombie in an App Extension. As UIApplication.shared is not supported in those, it fails. I will increase the minimal deployment targets to 10.3 (iOS) and 10.12 (OSX).
Use
shared()
instead ofshared
.