Hi,
I'm working on the macOS app that automates identities importing from .developerProfile format. To make imported keys work correctly I have to change the list of trusted applications.
SecTrustedApplicationCreateFromPath becomes deprecated API since 10.15 so I become unsafe to use it today. There are no information in the documentation about new approaches for changing ACLs applications. Can you point me in the right direction?