commit | 4607b3c8d9843e26a641824027ed492a0824c2a7 | [log] [tgz] |
---|---|---|
author | Henrique Ferreiro <[email protected]> | Fri Jan 12 22:55:14 2024 |
committer | Chromium LUCI CQ <[email protected]> | Fri Jan 12 22:55:14 2024 |
tree | b591714c385d26536ee3e03b6b7ec2dacebb5655 | |
parent | 01b6c67283908d0ba480fa003443674e86912e34 [diff] [blame] |
Update which identifiers need AutoFill Entitlement Since https://crrev.com/c/2302169, the main Chromium bundle identifier also need the AutoFill Credentials Provider entitlement. Change-Id: I0d5dd955209ad0620a57abe374103f2d403be507 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/5185117 Reviewed-by: Sylvain Defresne <[email protected]> Commit-Queue: Henrique Ferreiro <[email protected]> Cr-Commit-Position: refs/heads/main@{#1246717}
diff --git a/docs/ios/build_instructions.md b/docs/ios/build_instructions.md index 0da74c1..8a3a76e 100644 --- a/docs/ios/build_instructions.md +++ b/docs/ios/build_instructions.md
@@ -209,7 +209,8 @@ with Chromium and other applications from the same organisation and can be used to send commands to Chromium. -`${prefix}.chrome.ios.dev.CredentialProviderExtension` needs the AutoFill +`${prefix}.chrome.ios.dev` and +`${prefix}.chrome.ios.dev.CredentialProviderExtension` need the AutoFill Credential Provider Entitlement, which corresponds to the key `com.apple.developer.authentication-services.autofill-credential-provider` Please refer to Apple's documentation on how to set this up.