iOS: group docs regarding entitlements
Move the paragraph mentioning the need to use the
`com.apple.developer.kernel.extended-virtual-addressing` entitlement to
the section that mentions other required entitlements.
Change-Id: I5de1176dbabd9137c5468f6b258064b44a116279
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/5398223
Reviewed-by: Sylvain Defresne <[email protected]>
Commit-Queue: Henrique Ferreiro <[email protected]>
Cr-Commit-Position: refs/heads/main@{#1279333}
diff --git a/docs/ios/build_instructions.md b/docs/ios/build_instructions.md
index e4e42d861..f3c076df 100644
--- a/docs/ios/build_instructions.md
+++ b/docs/ios/build_instructions.md
@@ -212,8 +212,11 @@
`${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.
+`com.apple.developer.authentication-services.autofill-credential-provider`.
+
+`${prefix}.chrome.ios.dev` additionally needs the
+`com.apple.developer.kernel.extended-virtual-addressing` entitlement when
+running on a real device.
### Mobile provisioning profiles for tests
@@ -234,13 +237,6 @@
the XCTest module too. It must match the pattern:
`${prefix}.gtest.${test-suite-name}-module`.
-
-### Entitlements
-
-PartitionAlloc-Everywhere is now enabled by default on iOS builds. When running
-on a real device you will need to set the
-`com.apple.developer.kernel.extended-virtual-addressing` entitlement.
-
### Other applications
Other applications like `ios_web_shell` usually will require mobile provisioning