• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..03-May-2022-

OWNERSH A D30-Mar-202283 54

README.mdH A D30-Mar-2022494 139

swiftc.pyH A D30-Mar-20225.6 KiB177147

tweak_info_plist.gniH A D30-Mar-20222.5 KiB8779

tweak_info_plist.pyH A D30-Mar-202213.6 KiB386274

xcrun.pyH A D30-Mar-20221.5 KiB5337

README.md

1# About
2
3`//build/apple` contains:
4  * GN templates and configurations shared by Apple platforms
5  * Python build scripts shared by Apple platforms
6
7This directory should only contain templates, configurations and scripts
8that are used exclusively on Apple platforms (currently iOS and macOS).
9They must also be independent of the specific platform.
10
11If a template, configuration or script is limited to only iOS or macOS,
12then they should instead be located in `//build/ios` or `//build/mac`.
13