Name Description Size
apple_info_plist.gni 1956
compile_entitlements.gni 1579
compile_plist.gni 2584
convert_plist.gni 1256
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 2516
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