aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLibravatar Alphrag <34252790+Alphrag@users.noreply.github.com>2024-06-02 23:15:57 +0100
committerLibravatar GitHub <noreply@github.com>2024-06-02 23:15:57 +0100
commit622e279e953b86f8d0545f58174769cacd7c19fb (patch)
tree0e234c95cd1741cc6232ff97f5d7272ea4f32bb7
parentUpgrade pnpm to 9.1.4 (diff)
downloadferdium-app-622e279e953b86f8d0545f58174769cacd7c19fb.tar.gz
ferdium-app-622e279e953b86f8d0545f58174769cacd7c19fb.tar.zst
ferdium-app-622e279e953b86f8d0545f58174769cacd7c19fb.zip
Partially revert "fix: macos-notification-state not working well" (#1798)
Since it's causing crash on MacOS. This reverts commit f1790ace34af20305babf783978d3d8bba41140b.
-rw-r--r--build-helpers/entitlements.mas.inherit.plist2
-rw-r--r--build-helpers/entitlements.mas.plist2
2 files changed, 0 insertions, 4 deletions
diff --git a/build-helpers/entitlements.mas.inherit.plist b/build-helpers/entitlements.mas.inherit.plist
index 6e7ea7cb9..78c1f8d83 100644
--- a/build-helpers/entitlements.mas.inherit.plist
+++ b/build-helpers/entitlements.mas.inherit.plist
@@ -18,7 +18,5 @@
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/>
23 </dict> 21 </dict>
24</plist> 22</plist>
diff --git a/build-helpers/entitlements.mas.plist b/build-helpers/entitlements.mas.plist
index 6e7ea7cb9..78c1f8d83 100644
--- a/build-helpers/entitlements.mas.plist
+++ b/build-helpers/entitlements.mas.plist
@@ -18,7 +18,5 @@
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/>
23 </dict> 21 </dict>
24</plist> 22</plist>