Adds App Groups + Keychain Sharing entitlements to the AutoFill target (matching the main app's group.org.antiloop222.mypass / org.antiloop222.mypass), sets REGISTER_APP_GROUPS so automatic signing registers the capability, and links MyPassCore as a framework dependency by reusing the existing local package product reference. Verified with `xcodebuild -scheme AutoFill build` for the iOS Simulator: the AutoFill.appex target builds, signs, and embeds cleanly (the only build failure is the pre-existing, expected ContentView.swift/Item SwiftData breakage in the MyPass app target, unrelated to this change). Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_01WYqycDFsynHH9VnnK7LNSf
20 lines
451 B
Plaintext
20 lines
451 B
Plaintext
<?xml version="1.0" encoding="UTF-8"?>
|
|
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
|
|
<plist version="1.0">
|
|
<dict>
|
|
<key>SchemeUserState</key>
|
|
<dict>
|
|
<key>AutoFill.xcscheme_^#shared#^_</key>
|
|
<dict>
|
|
<key>orderHint</key>
|
|
<integer>4</integer>
|
|
</dict>
|
|
<key>MyPass.xcscheme_^#shared#^_</key>
|
|
<dict>
|
|
<key>orderHint</key>
|
|
<integer>3</integer>
|
|
</dict>
|
|
</dict>
|
|
</dict>
|
|
</plist>
|