Skip to content

Commit

Permalink
Add required app groups to all entitlements (#3703)
Browse files Browse the repository at this point in the history
Task/Issue URL:
https://app.asana.com/0/72649045549333/1207512172220035/f
Tech Design URL:
CC:

**Description**:
Update entitlements for vault app group
  • Loading branch information
amddg44 authored Dec 10, 2024
1 parent 26c15ea commit bd72723
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions DuckDuckGo/DuckDuckGo.entitlements
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,11 @@
<string>$(GROUP_ID_PREFIX).netp</string>
<string>$(GROUP_ID_PREFIX).statistics</string>
<string>group.com.duckduckgo.app-configuration</string>
<string>$(GROUP_ID_PREFIX).vault</string>
</array>
<key>keychain-access-groups</key>
<array>
<string>$(AppIdentifierPrefix)$(VAULT_APP_GROUP)</string>
<string>$(AppIdentifierPrefix)$(APP_ID)</string>
<string>$(AppIdentifierPrefix)$(SUBSCRIPTION_APP_GROUP)</string>
</array>
Expand Down

0 comments on commit bd72723

Please sign in to comment.