| commit | 97048eed5aebfc43b389cd0e1036ac243db7325c | [log] [tgz] |
|---|---|---|
| author | Sylvain Defresne <sdefresne@chromium.org> | Wed Jul 30 17:05:22 2025 |
| committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Wed Jul 30 17:05:22 2025 |
| tree | ceb4ef19cc22d546465ca6a4c2dddf11819c64d1 | |
| parent | 3e2bf709cfefc28c459aca55df4a22fbb9aa3f4c [diff] |
[ios] Add --mobileprovision-list to codesign.py script The command-line passed to codesign.py started to get long due to the list of paths to all mobileprovision files. Add a new parameter --mobileprovision-list (short version -M) that accept a file name which is loaded and parsed as a list of files. Bug: none Change-Id: Ia31e3de07e921096b94ae861188e1b74b50512ef Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/6802060 Reviewed-by: Olivier Robin <olivierrobin@chromium.org> Commit-Queue: Sylvain Defresne <sdefresne@chromium.org> Commit-Queue: Olivier Robin <olivierrobin@chromium.org> Auto-Submit: Sylvain Defresne <sdefresne@chromium.org> Cr-Commit-Position: refs/heads/main@{#1494303}
Chromium is an open-source browser project that aims to build a safer, faster, and more stable way for all users to experience the web.
The project's web site is https://www.chromium.org.
To check out the source code locally, don't use git clone! Instead, follow the instructions on how to get the code.
Documentation in the source is rooted in docs/README.md.
Learn how to Get Around the Chromium Source Code Directory Structure.
For historical reasons, there are some small top level directories. Now the guidance is that new top level directories are for product (e.g. Chrome, Android WebView, Ash). Even if these products have multiple executables, the code should be in subdirectories of the product.
If you found a bug, please file it at https://crbug.com/new.