1
0
Fork 0
firefox/third_party/chromium/build/apple
Daniel Baumann 5e9a113729
Adding upstream version 140.0.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
2025-06-25 09:37:52 +02:00
..
apple_info_plist.gni Adding upstream version 140.0. 2025-06-25 09:37:52 +02:00
compile_entitlements.gni Adding upstream version 140.0. 2025-06-25 09:37:52 +02:00
compile_plist.gni Adding upstream version 140.0. 2025-06-25 09:37:52 +02:00
convert_plist.gni Adding upstream version 140.0. 2025-06-25 09:37:52 +02:00
OWNERS Adding upstream version 140.0. 2025-06-25 09:37:52 +02:00
plist_util.py Adding upstream version 140.0. 2025-06-25 09:37:52 +02:00
README.md Adding upstream version 140.0. 2025-06-25 09:37:52 +02:00
tweak_info_plist.gni Adding upstream version 140.0. 2025-06-25 09:37:52 +02:00
tweak_info_plist.py Adding upstream version 140.0. 2025-06-25 09:37:52 +02:00
write_pkg_info.py Adding upstream version 140.0. 2025-06-25 09:37:52 +02:00
xcrun.py Adding upstream version 140.0. 2025-06-25 09:37:52 +02:00

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.