Name Description Size
apple_info_plist.gni 1965
compile_entitlements.gni 1588
compile_plist.gni 2602
convert_plist.gni 1265
OWNERS 83
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. 8807
README.md # About 494
tweak_info_plist.gni 2552
tweak_info_plist.py Convert |source_plist| to |fmt| and save as |output_plist|. 16471
write_pkg_info.py 1894
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). 1511