The CLT sends messages to the App and waits until the app closes.
Now I need to migrate to NSXPCConnection and I started to study the AppSandboxLoginItemXPCDemo
The sample works fine so I added a new CLT target to the project but it can't communicate with the helper (I added plist and entitlements to sandbox it)
So now I have two questions
how can I configure the CLT to communicate with the helper?
how the helper can communicate with the App (the helper is the client and the app is the server)?