There's currently an issue in which any entitlements configured in app.json's expo.ios.entitlements gets overwritten. This PR keeps existing entitlements while still adding the app clip identifier entitlement.
Test Plan
Works with empty entitlements config and existing entitlements config. Verified manually by looking at *.entitlements file.
There's currently an issue in which any entitlements configured in
app.json
'sexpo.ios.entitlements
gets overwritten. This PR keeps existing entitlements while still adding the app clip identifier entitlement.Test Plan
Works with empty
entitlements
config and existingentitlements
config. Verified manually by looking at*.entitlements
file.