well, it turns out spotlight was finding the Xcode builds of the LanchAgent and LaunchDaemon.
Post
Replies
Boosts
Views
Activity
I just tried nesting them in the main app but spot light still "finds" them
my bad, I meant “sudo tccutil reset InputMonitoring appsidentifier”. But even without the sudo in it I get the same result "Failed to reset InputMonitoring approval status for appsIdentified"
I have also tried using XPC_SERVICE_NAME => com.myCompany.myCompanyServer in my XPCListener and Connection but made no difference.
and another question. I just implemented and xpc service in my app, and I'm able send messages from he xpc service to my application, but is it possible to do it the other way around? have my application send messages to the xpc service so it can send it over the network?
I was just reading about xpc service and I read that they are like a "on demand" would they work for non stopping tasks like sending video frames over the network?
I was hoping for something that delivers system wide cursor events like NSEvent.addLocalMonitorForEvents(matching: .cursorUpdate,handler: cursorEventReceived(_:)) does for local events.
It is remote control application I’m working on. I need to be able to know the type of system cursors available and also know when the user changes the cursor image so I can notify my client.
Yes, that’s what I’m working on. Thank you for the tip, I’ll check that out
about the cursor changing shapes
I didn’t think I could access the textfield but I’m still a bit confused about why “IsSecureInputEventEnabled” returns false?
So long story short, it is not possible to disable secure input events on the password textfield? It is.
I just ran into this question which sounds like it is my issue and my answer about "applicationWillTerminate". I still would love to know about keyboard events during LoginView.
I reposted this below to allow for better formatting.