erikberglund / SwiftPrivilegedHelper

Example application using a privileged helper tool with authentication in an unsandboxed application written in Swift
MIT License
180 stars 33 forks source link

Helper XPC invalidation fix #1

Closed cybertunnel closed 7 years ago

cybertunnel commented 7 years ago

This fixes an issue where the XPC connection to the helper becomes invalidated upon install or reinstall. Nulls the connection to force creation of a new connection to the helper.

cybertunnel commented 7 years ago

Should be good to go now. Sorry about that.

erikberglund commented 7 years ago

Sorry for all delays. But now it's merged. Thank you for fixing that!