Skip to content

Commit

Permalink
Remove com.apple.security.device.usb entitlement (#3495)
Browse files Browse the repository at this point in the history
Task/Issue URL: https://app.asana.com/0/0/1208672609826736/f

Description:
This change removes unneeded com.apple.security.device.usb entitlement usage.
  • Loading branch information
ayoy authored Nov 4, 2024
1 parent 59ed00f commit 234b7d4
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 6 deletions.
2 changes: 0 additions & 2 deletions DuckDuckGo/DuckDuckGoAppStore.entitlements
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,6 @@
<true/>
<key>com.apple.security.device.camera</key>
<true/>
<key>com.apple.security.device.usb</key>
<true/>
<key>com.apple.security.files.downloads.read-write</key>
<true/>
<key>com.apple.security.files.user-selected.read-write</key>
Expand Down
2 changes: 0 additions & 2 deletions DuckDuckGo/DuckDuckGoAppStoreCI.entitlements
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,6 @@
<true/>
<key>com.apple.security.device.camera</key>
<true/>
<key>com.apple.security.device.usb</key>
<true/>
<key>com.apple.security.files.downloads.read-write</key>
<true/>
<key>com.apple.security.files.user-selected.read-write</key>
Expand Down
2 changes: 0 additions & 2 deletions DuckDuckGo/DuckDuckGoAppStoreDebug.entitlements
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,6 @@
<true/>
<key>com.apple.security.device.camera</key>
<true/>
<key>com.apple.security.device.usb</key>
<true/>
<key>com.apple.security.files.downloads.read-write</key>
<true/>
<key>com.apple.security.files.user-selected.read-write</key>
Expand Down

0 comments on commit 234b7d4

Please sign in to comment.