From 1279791d65492feefa49b25237d849f208b2b06b 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 b5d14b53..7f6ba390 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