How to run AppleScript in macOS
Issue #223
Surround script by single quotes
1 | let script = |
Run as administrator
In terminal, we can
In code, we use with administrator privileges
, this when run will ask for password or fingerprint
Issue #223
1 | let script = |
In terminal, we can
In code, we use with administrator privileges
, this when run will ask for password or fingerprint