Remove direct dependency on @expo/config-plugins (#10152)
This commit is contained in:
@@ -1,7 +1,6 @@
|
||||
const {withEntitlementsPlist} = require('@expo/config-plugins')
|
||||
const {withEntitlementsPlist} = require('expo/config-plugins')
|
||||
|
||||
const withAppEntitlements = config => {
|
||||
// eslint-disable-next-line no-shadow
|
||||
return withEntitlementsPlist(config, async config => {
|
||||
config.modResults['com.apple.security.application-groups'] = [
|
||||
`group.app.bsky`,
|
||||
|
||||
Reference in New Issue
Block a user