0

ios: Update build documentation for PA-E on iOS.

Change-Id: Ib4a7ae41ad04dd41781f1431df5c037f5ac6da6c
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/5273487
Auto-Submit: Justin Cohen <justincohen@chromium.org>
Reviewed-by: Ali Juma <ajuma@chromium.org>
Commit-Queue: Ali Juma <ajuma@chromium.org>
Cr-Commit-Position: refs/heads/main@{#1256924}
This commit is contained in:
Justin
2024-02-06 19:31:26 +00:00
committed by Chromium LUCI CQ
parent 03c9f63c40
commit 87f93629ff

@ -234,6 +234,13 @@ 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
@ -286,9 +293,6 @@ most useful.
$ autoninja -C out/Debug-iphonesimulator content_shell
```
To run on a live device you will need to set the
`com.apple.developer.kernel.extended-virtual-addressing` entitlement.
## Running apps from the command line
Any target that is built and runs on the bots (see [below](#Troubleshooting))