Post

Replies

Boosts

Views

Activity

Comment on Prevent app from showing in Spotlight search
well, it turns out spotlight was finding the Xcode builds of the LanchAgent and LaunchDaemon.
Topic: App & System Services SubTopic: Core OS Tags:
Replies
Boosts
Views
Activity
Mar ’23
Comment on Prevent app from showing in Spotlight search
I just tried nesting them in the main app but spot light still "finds" them
Topic: App & System Services SubTopic: Core OS Tags:
Replies
Boosts
Views
Activity
Mar ’23
Comment on Unable to remove app from InputMonitoring pane
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"
Topic: App & System Services SubTopic: Core OS Tags:
Replies
Boosts
Views
Activity
Mar ’23
Comment on Keep app "alive" when going from Login to user context.
I have also tried using XPC_SERVICE_NAME => com.myCompany.myCompanyServer in my XPCListener and Connection but made no difference.
Topic: App & System Services SubTopic: Core OS Tags:
Replies
Boosts
Views
Activity
Nov ’22
Comment on Keep app "alive" when going from Login to user context.
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?
Topic: App & System Services SubTopic: Core OS Tags:
Replies
Boosts
Views
Activity
Aug ’22
Comment on Keep app "alive" when going from Login to user context.
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?
Topic: App & System Services SubTopic: Core OS Tags:
Replies
Boosts
Views
Activity
Aug ’22
Comment on getting system wide cursor events possible?
I was hoping for something that delivers system wide cursor events like NSEvent.addLocalMonitorForEvents(matching: .cursorUpdate,handler: cursorEventReceived(_:)) does for local events.
Topic: UI Frameworks SubTopic: AppKit Tags:
Replies
Boosts
Views
Activity
Mar ’22
Comment on getting system wide cursor events possible?
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.
Topic: UI Frameworks SubTopic: AppKit Tags:
Replies
Boosts
Views
Activity
Feb ’22
Comment on getting system wide cursor events possible?
Yes, that’s what I’m working on. Thank you for the tip, I’ll check that out
Topic: UI Frameworks SubTopic: AppKit Tags:
Replies
Boosts
Views
Activity
Feb ’22
Comment on getting system wide cursor events possible?
about the cursor changing shapes
Topic: UI Frameworks SubTopic: AppKit Tags:
Replies
Boosts
Views
Activity
Feb ’22
Comment on Keeping NSApplication during LoginWindow
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.
Topic: UI Frameworks SubTopic: AppKit Tags:
Replies
Boosts
Views
Activity
Nov ’21
Comment on Keeping NSApplication during LoginWindow
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.
Topic: UI Frameworks SubTopic: AppKit Tags:
Replies
Boosts
Views
Activity
Oct ’21
Comment on Keeping NSApplication during LoginWindow
I reposted this below to allow for better formatting.
Topic: UI Frameworks SubTopic: AppKit Tags:
Replies
Boosts
Views
Activity
Oct ’21