Name Description Size
apple_info_plist.gni 1943
compile_entitlements.gni 1566
compile_plist.gni 2580
convert_plist.gni 1243
OWNERS 63
plist_util.py Interpolates variable references into |value| using |substitutions|. Inputs: value: a string substitutions: a mapping of variable names to values Returns: A new string with all variables references ${VARIABLES} replaced by their value in |substitutions|. Raises SubstitutionError if a variable has no substitution. 7830
README.md # About 494
tweak_info_plist.gni 2530
tweak_info_plist.py Write a plist file. Write `plist` to `output_path` in `fmt`. If `output_path` already exist, the file is only overwritten if its content would be different. This allows ninja to consider all dependent step to be considered as unnecessary (see "restat" in ninja documentation). 16145
write_pkg_info.py 1700
xcrun.py Wrapper around xcrun adding support for --developer-dir parameter to set the DEVELOPER_DIR environment variable, and for converting paths relative to absolute (since this is required by most of the tool run via xcrun). 1493