mirror of
https://github.com/darlinghq/darling-foundation.git
synced 2024-11-23 11:49:43 +00:00
4c1bf18640
What's implemented now: * Basic connections (i.e. connecting to a service, setting up a listener) * Object decoding (including complex codable objects) * Messages (including those with replies) What's missing: * Sending/receiving objects as proxies * Secure coding (i.e. checking that objects that will be decoded are of the correct classes) I've included a little sample/test launchd service that uses NSXPC. This should be useful for verifiying that everything's working as intended. It can be extended later to test proxy support as well.
2 lines
40 B
CMake
2 lines
40 B
CMake
add_subdirectory(nsxpc-launchd-service)
|