aboutsummaryrefslogtreecommitdiffstats
path: root/build-helpers/entitlements.mas.plist
diff options
context:
space:
mode:
authorLibravatar Alphrag <34252790+Alphrag@users.noreply.github.com>2024-06-01 17:22:45 +0100
committerLibravatar GitHub <noreply@github.com>2024-06-01 17:22:45 +0100
commitf1790ace34af20305babf783978d3d8bba41140b (patch)
treec61e69249745dd74bc8c5f6145fb6de68d079990 /build-helpers/entitlements.mas.plist
parentUpgrade 'macos-notification-state' to latest version (includes fix for node-gyp) (diff)
downloadferdium-app-f1790ace34af20305babf783978d3d8bba41140b.tar.gz
ferdium-app-f1790ace34af20305babf783978d3d8bba41140b.tar.zst
ferdium-app-f1790ace34af20305babf783978d3d8bba41140b.zip
fix: macos-notification-state not working well (#1794)
Diffstat (limited to 'build-helpers/entitlements.mas.plist')
-rw-r--r--build-helpers/entitlements.mas.plist2
1 files changed, 2 insertions, 0 deletions
diff --git a/build-helpers/entitlements.mas.plist b/build-helpers/entitlements.mas.plist
index 78c1f8d83..6e7ea7cb9 100644
--- a/build-helpers/entitlements.mas.plist
+++ b/build-helpers/entitlements.mas.plist
@@ -18,5 +18,7 @@
18 <true/> 18 <true/>
19 <key>com.apple.security.automation.apple-events</key> 19 <key>com.apple.security.automation.apple-events</key>
20 <true/> 20 <true/>
21 <key>com.apple.developer.usernotifications.communication</key>
22 <true/>
21 </dict> 23 </dict>
22</plist> 24</plist>