when I run the example/discover.go, I got this output in console:
Unhandled event: xpc.Dict{"kCBMsgArgs":xpc.Dict{"kCBMsgArgRequiresTCC":1}, "kCBMsgId":3}
then I search the "kCBMsgId" in "HandleXpcEvent" function, and do not find the handler of kCBMsgId=3. My question is what the exactly handler of kCBMsgId=3?
when I run the example/discover.go, I got this output in console:
Unhandled event: xpc.Dict{"kCBMsgArgs":xpc.Dict{"kCBMsgArgRequiresTCC":1}, "kCBMsgId":3}then I search the "kCBMsgId" in "HandleXpcEvent" function, and do not find the handler of kCBMsgId=3. My question is what the exactly handler of kCBMsgId=3?