From 6a20f8e30d70989b9a7673485b48e4ef8e4340b7 Mon Sep 17 00:00:00 2001 From: Christoph Settgast Date: Sun, 2 May 2021 17:16:51 +0200 Subject: [PATCH] fix(mas) WebRTC UDP connections UDP connections (for WebRTC) require both the server and the client entitlement, as an app with only the client entitlement enabled can send, but not receive, data. See https://developer.apple.com/documentation/bundleresources/entitlements/com_apple_security_network_client Signed-off-by: Christoph Settgast --- resources/entitlements.mas.plist | 2 ++ 1 file changed, 2 insertions(+) diff --git a/resources/entitlements.mas.plist b/resources/entitlements.mas.plist index 2cb754e..24fdb30 100644 --- a/resources/entitlements.mas.plist +++ b/resources/entitlements.mas.plist @@ -6,6 +6,8 @@ com.apple.security.network.client + com.apple.security.network.server + com.apple.security.device.camera com.apple.security.device.audio-input