Name Date Size #Lines LOC

..--

README.mdH A D25-Apr-2025494 139

apple_info_plist.gniH A D25-Apr-20251.9 KiB6155

compile_entitlements.gniH A D25-Apr-20251.5 KiB5244

compile_plist.gniH A D25-Apr-20252.5 KiB7770

convert_plist.gniH A D25-Apr-20251.2 KiB4238

plist_util.pyH A D25-Apr-20257.6 KiB237176

tweak_info_plist.gniH A D25-Apr-20252.4 KiB8779

tweak_info_plist.pyH A D25-Apr-202515.8 KiB455327

write_pkg_info.pyH A D25-Apr-20251.7 KiB5332

xcrun.pyH A D25-Apr-20251.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