From d93b04a54c4ae3e049077e771a31c8a358e4511a Mon Sep 17 00:00:00 2001 From: William Casarin Date: Sun, 1 Sep 2024 06:36:14 -0700 Subject: [PATCH] notifications: add extended virtual addressing entitlement It looks like our push notification service was missing the extended virtual memory entitlement. This is required to open nostrdb databases. Signed-off-by: William Casarin --- DamusNotificationService/DamusNotificationService.entitlements | 2 ++ 1 file changed, 2 insertions(+) diff --git a/DamusNotificationService/DamusNotificationService.entitlements b/DamusNotificationService/DamusNotificationService.entitlements index d4753959..a917e809 100644 --- a/DamusNotificationService/DamusNotificationService.entitlements +++ b/DamusNotificationService/DamusNotificationService.entitlements @@ -2,6 +2,8 @@ + com.apple.developer.kernel.extended-virtual-addressing + com.apple.security.app-sandbox com.apple.security.application-groups