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 <sdefresne@chromium.org> Commit-Queue: Henrique Ferreiro <hferreiro@igalia.com> Cr-Commit-Position: refs/heads/main@{#1279333}
This commit is contained in:

committed by
Chromium LUCI CQ

parent
2d0e1d676a
commit
c1952db596
@ -212,8 +212,11 @@ to send commands to Chromium.
|
||||
`${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 @@ In addition to that, then you'll need one additional provisioning profile for
|
||||
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
|
||||
|
Reference in New Issue
Block a user