I’m trying to open the Notifications preference pane (in OS X SystemPreferences.app) via a link. The prefix x-apple.systempreferences://
works so far for opening the system preferences app, but I’d like to open the notifications pane directly and (in the best case) even select my app in the list.
Does anybody know whether the SystemPreferences.app does take any arguments when opened via its URL-Scheme?
I already tried x-apple.systempreferences://Notifications
and x-apple.systempreferences://Notifications.prefPane
, but the additional arguments are simply ignored.
Thanks!
BTW: Yes, I know I could easily open the Notifications.prefPane file via openFile:
, but I’d like to know if it’s possible via URL.