Post

Replies

Boosts

Views

Activity

Comment on Is there a way to specify the port on the server to add the AASA files to?
I'm a little astonished that Apple doesn't consider this support absolutely essential, given that the Associated Domains Entitlement has provision for unreachable servers (https://developer.apple.com/documentation/bundleresources/entitlements/com_apple_developer_associated-domains?language=objc) via "alternate mode." I would argue that it is very, very often the case that the unreachable private server is localhost, and unlikely to be running on 443 or have a valid TLS cert. I filed FB13672492
Topic: App & System Services SubTopic: Core OS Tags:
Mar ’24
Comment on Determining if Accessibility (for CGEventTap) access was revoked?
Oh, thanks Quinn! This is the right answer, but I don’t see a way to change the selected answer. The documentation is very thin, but it seems requesting Post implies Listen, and grants both kTCCServicePostEvent and kTCCServiceAccessibility in the TCC database. Requesting only Listen grants only kTCCServiceListenEvent and not kTCCServicePostEvent or kTCCServiceAccessibility.
Topic: App & System Services SubTopic: Core OS Tags:
Jan ’24