Inject CODE_SIGN_ENTITLEMENTS into project.pbxproj for the App target. Uses INFOPLIST_FILE = App/Info.plist; as an anchor (unique to the App target). Idempotent — skips if the key is already present.
CODE_SIGN_ENTITLEMENTS
project.pbxproj
INFOPLIST_FILE = App/Info.plist;
directory where the app will be built
Inject
CODE_SIGN_ENTITLEMENTSintoproject.pbxprojfor the App target. UsesINFOPLIST_FILE = App/Info.plist;as an anchor (unique to the App target). Idempotent — skips if the key is already present.