dfb728e4ab664800d5dadd6c268948f72608ad89
Sets ENTITLEMENTS_REQUIRED = YES for both targets' build configurations. Found while investigating why Settings > AutoFill & Passwords doesn't list MyPass: Xcode's automatic-signing build step (ProcessProductPackaging) silently produces an EMPTY entitlements blob for both the AutoFill extension and the main app on this environment's Simulator builds, despite AutoFill.entitlements/MyPass.entitlements being valid and correctly referenced (verified with plutil, and confirmed manually invoking codesign with the same file embeds the entitlements correctly). This setting alone doesn't fix the underlying issue -- still investigating -- but is a correct, harmless hardening on its own (surfaces an error if entitlements are ever genuinely missing, instead of silently signing without them). Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_01WYqycDFsynHH9VnnK7LNSf
Description
No description provided
15 MiB
Languages
Swift
100%