992194ef50
The template needs the file name, not just the name without extension, fix the template to use "file" instead of "name" parameter when using get_path_info(). Remove debug output from build/apple/xcrun.py script. Bug: none Change-Id: I60308a6a0f09de373cdb80cc15ade0d2249777ef Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2289429 Auto-Submit: Sylvain Defresne <sdefresne@chromium.org> Commit-Queue: Olivier Robin <olivierrobin@chromium.org> Reviewed-by: Olivier Robin <olivierrobin@chromium.org> Cr-Commit-Position: refs/heads/master@{#787127} GitOrigin-RevId: 1fb56998860f74bdec13b957a24929c1d2a3a7d1 |
||
---|---|---|
.. | ||
OWNERS | ||
README.md | ||
tweak_info_plist.gni | ||
tweak_info_plist.py | ||
xcrun.py |
README.md
About
//build/apple
contains:
- GN templates and configurations shared by Apple platforms
- Python build scripts shared by Apple platforms
This directory should only contain templates, configurations and scripts that are used exclusively on Apple platforms (currently iOS and macOS). They must also be independent of the specific platform.
If a template, configuration or script is limited to only iOS or macOS,
then they should instead be located in //build/ios
or //build/mac
.