Skip to content

0.6.0

Compare
Choose a tag to compare
@jakaplan jakaplan released this 28 Apr 07:10
· 116 commits to main since this release
1c68732

This release adds automatic support for login items.

New functionality

  • Call XPCServer.forThisLoginItem() to be returned an auto-configured XPCServer for login items installed with SMLoginItemSetEnabled. 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.