From 234b7d477e6cc222a49356f8f8ff043d8df21265 Mon Sep 17 00:00:00 2001 From: Dominik Kapusta Date: Mon, 4 Nov 2024 11:26:25 +0100 Subject: [PATCH] Remove com.apple.security.device.usb entitlement (#3495) Task/Issue URL: https://app.asana.com/0/0/1208672609826736/f Description: This change removes unneeded com.apple.security.device.usb entitlement usage. --- DuckDuckGo/DuckDuckGoAppStore.entitlements | 2 -- DuckDuckGo/DuckDuckGoAppStoreCI.entitlements | 2 -- DuckDuckGo/DuckDuckGoAppStoreDebug.entitlements | 2 -- 3 files changed, 6 deletions(-) diff --git a/DuckDuckGo/DuckDuckGoAppStore.entitlements b/DuckDuckGo/DuckDuckGoAppStore.entitlements index 522e54bbf6..f8f7829a80 100644 --- a/DuckDuckGo/DuckDuckGoAppStore.entitlements +++ b/DuckDuckGo/DuckDuckGoAppStore.entitlements @@ -23,8 +23,6 @@ com.apple.security.device.camera - com.apple.security.device.usb - com.apple.security.files.downloads.read-write com.apple.security.files.user-selected.read-write diff --git a/DuckDuckGo/DuckDuckGoAppStoreCI.entitlements b/DuckDuckGo/DuckDuckGoAppStoreCI.entitlements index 789e45511c..f3cfd39790 100644 --- a/DuckDuckGo/DuckDuckGoAppStoreCI.entitlements +++ b/DuckDuckGo/DuckDuckGoAppStoreCI.entitlements @@ -16,8 +16,6 @@ com.apple.security.device.camera - com.apple.security.device.usb - com.apple.security.files.downloads.read-write com.apple.security.files.user-selected.read-write diff --git a/DuckDuckGo/DuckDuckGoAppStoreDebug.entitlements b/DuckDuckGo/DuckDuckGoAppStoreDebug.entitlements index 884910dc38..7502df54c6 100644 --- a/DuckDuckGo/DuckDuckGoAppStoreDebug.entitlements +++ b/DuckDuckGo/DuckDuckGoAppStoreDebug.entitlements @@ -21,8 +21,6 @@ com.apple.security.device.camera - com.apple.security.device.usb - com.apple.security.files.downloads.read-write com.apple.security.files.user-selected.read-write