Skip to content

Commit b8f006f

Browse files
committed
update path
1 parent c53aacf commit b8f006f

2 files changed

Lines changed: 3 additions & 8 deletions

File tree

assets/entitlements.plist

Lines changed: 2 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -3,16 +3,11 @@
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>

scripts/sign-macos.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#!/usr/bin/env -S bash -e
22

3-
ENTITLEMENTS_PATH="assets/macos/entitlements.plist"
3+
ENTITLEMENTS_PATH="assets/entitlements.plist"
44

55
APP_BUNDLE_PATH="${APP_BUNDLE_PATH:?APP_BUNDLE_PATH not set}"
66

0 commit comments

Comments
 (0)