Hi
I need to allow accessbility access for my application without user action. I know that I need to change
/Library/Application Support/com.apple.TCC/TCC.db
but this is protected by SIP. From what I have understood, some applications can request to disable SIP, by including in their plist file
<key>com.apple.rootless.install</key>
<true/>
then signing the application. Is this all what is needed ? Can I sign the application with my certificate or it should be submitted for signing to Apple.
I do not want to publish the application on Apple Store, just to disable for my application SIP.
thanks
Bogdan