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.