Rebecca Chang Swee Fun fea2a55e2a Publish chromium based on 107.0.5304.88 1 year ago
..
OWNERS fea2a55e2a Publish chromium based on 107.0.5304.88 1 year ago
README.md fea2a55e2a Publish chromium based on 107.0.5304.88 1 year ago
apple_info_plist.gni fea2a55e2a Publish chromium based on 107.0.5304.88 1 year ago
compile_entitlements.gni fea2a55e2a Publish chromium based on 107.0.5304.88 1 year ago
compile_plist.gni fea2a55e2a Publish chromium based on 107.0.5304.88 1 year ago
convert_plist.gni fea2a55e2a Publish chromium based on 107.0.5304.88 1 year ago
plist_util.py fea2a55e2a Publish chromium based on 107.0.5304.88 1 year ago
tweak_info_plist.gni fea2a55e2a Publish chromium based on 107.0.5304.88 1 year ago
tweak_info_plist.py fea2a55e2a Publish chromium based on 107.0.5304.88 1 year ago
write_pkg_info.py fea2a55e2a Publish chromium based on 107.0.5304.88 1 year ago
xcrun.py fea2a55e2a Publish chromium based on 107.0.5304.88 1 year ago

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.