0

docs: update python version in ios build instruction

This is for
https://groups.google.com/a/chromium.org/g/chromium-dev/c/80EdFe2w5Yo

Change-Id: If86bcb830145e143be4b6eb886ab260088f1d9ac
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/3495884
Auto-Submit: Takuto Ikuta <tikuta@chromium.org>
Reviewed-by: Nico Weber <thakis@chromium.org>
Commit-Queue: Nico Weber <thakis@chromium.org>
Cr-Commit-Position: refs/heads/main@{#976029}
This commit is contained in:
Takuto Ikuta
2022-03-01 01:39:48 +00:00
committed by Chromium LUCI CQ
parent 995625cbe4
commit d36eb354b8

@ -116,7 +116,7 @@ solutions = [
"name": "setup_gn",
"pattern": ".",
"action": [
"python",
"python3",
"src/ios/build/tools/setup-gn.py",
]
}],
@ -188,8 +188,8 @@ to share files and configurations while the `group.${prefix}.common` is shared
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
Credential Provider Entitlement, which corresponds to the key
`${prefix}.chrome.ios.dev.CredentialProviderExtension` needs 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.