Fix entitlements (#3008)

zio/stable
Hailey 2024-02-27 18:34:09 -08:00 committed by GitHub
parent 259468b7d5
commit ed2e6d654e
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -14,7 +14,7 @@ const withExtensionEntitlements = (config, {extensionName}) => {
const shareExtensionEntitlements = {
'com.apple.security.application-groups': [
`group.${config.ios?.bundleIdentifier}`,
`group.bsky.app`,
],
}