Enable executing AppleScripts on MacOS

This commit is contained in:
WarmUpTill 2022-11-30 13:54:42 +01:00
parent 7cb95cb3f6
commit b74e9d2e2a

View File

@ -22,5 +22,9 @@
</array>
<key>LSMinimumSystemVersion</key>
<string>10.13</string>
<key>com.apple.security.automation.apple-events</key>
<true/>
<key>NSAppleEventsUsageDescription</key>
<string>Advanced scene switcher needs additional permissions to be able to run AppleScript applications</string>
</dict>
</plist>