Page 1 of 1

Tip: opening OSX Privacy and Security prefs using launch URL

Posted: Thu Oct 27, 2022 2:42 am
by rodneyt
Surfacing this tip at top level of forum for greater visibility...

From this post https://www.felix-schwarz.org/blog/2018 ... cos-mojave I found that opening this URL will take user directly to the automation pane in security and privacy.

It works in Livecode:

Code: Select all

launch url "x-apple.systempreferences:com.apple.preference.security?Privacy_Automation"
This is a useful tip for anyone building apps that need user to grant permissions, as it will take them directly to the right place to review.

Rod

Re: Tip: opening OSX Privacy and Security prefs using launch URL

Posted: Thu Oct 27, 2022 2:53 am
by rodneyt