Fix entitlements (#3008)
This commit is contained in:
parent
259468b7d5
commit
ed2e6d654e
1 changed files with 1 additions and 1 deletions
|
@ -14,7 +14,7 @@ const withExtensionEntitlements = (config, {extensionName}) => {
|
||||||
|
|
||||||
const shareExtensionEntitlements = {
|
const shareExtensionEntitlements = {
|
||||||
'com.apple.security.application-groups': [
|
'com.apple.security.application-groups': [
|
||||||
`group.${config.ios?.bundleIdentifier}`,
|
`group.bsky.app`,
|
||||||
],
|
],
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue