File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 33 "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
44<plist version =" 1.0" >
55<dict >
6- <!-- Required for global key monitoring -->
7- <key >com.apple.security.temporary-exception.accessibility </key >
8- <true />
9-
10- <!-- If using App Sandbox (Mac App Store) -->
116 <key >com.apple.security.app-sandbox </key >
127 <false />
13-
14- <!-- Input monitoring - needed for global key events -->
158 <key >com.apple.security.device.input-monitoring </key >
169 <true />
10+ <key >com.apple.security.temporary-exception.accessibility </key >
11+ <true />
1712</dict >
1813</plist >
Original file line number Diff line number Diff line change 11#! /usr/bin/env -S bash -e
22
3- ENTITLEMENTS_PATH=" assets/macos/ entitlements.plist"
3+ ENTITLEMENTS_PATH=" assets/entitlements.plist"
44
55APP_BUNDLE_PATH=" ${APP_BUNDLE_PATH:? APP_BUNDLE_PATH not set} "
66
You can’t perform that action at this time.
0 commit comments