0.6.0
This release adds automatic support for login items.
New functionality
- Call
XPCServer.forThisLoginItem()
to be returned an auto-configuredXPCServer
for login items installed withSMLoginItemSetEnabled
. This works for both sandboxed and non-sandboxed login items.
Breaking changes
- The underlying interprocess communication protocol between the client and server has changed (to support the above mentioned new functionality). This is true even if you are not using login items. This means if you update SecureXPC, you need to do so for both your client and server implementations at the same time.