Loading repository data…
Loading repository data…
jdspoone / repository
A simple Xcode project demonstrating XPC communication between an application and an XPC service
A transparent discovery signal based on current public GitHub metadata.
This score does not audit code, security, maintainers, documentation quality, or suitability. Verify the repository and its current documentation before adoption.
This Xcode projects demonstrates simple XPC communication between an application and an XPC service.
The project includes:
To use this application:
The XPC Service is launched automatically alongside the main application, and terminates when the main application terminates.
Please refer to Apple's Daemons and Services Programming Guide for a more in-depth discussion of this topic.