darling-foundation/test/CMakeLists.txt
Ariel Abreu 4c1bf18640
Implement more of NSXPC
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.
2021-04-30 09:41:52 -04:00

2 lines
40 B
CMake

add_subdirectory(nsxpc-launchd-service)