Description[iOS/Mac/GN] Update timestamp when copying a tree.
shutil.copytree does copy the source tree timestamp which confuses
ninja, so stop using shutil.copytree and do the recursive copy in
the script itself.
Use "plutil" to convert the .strings file instead of CoreFoundation
as it looks like it is not necessary to load the file in memory to
check the format.
Remove the "rm -rf" before invoking "compile_xcassets.py" and move
the file deletion into the script.
Add a --version-for-gn parameter with a single supported value and
a descriptive comment to force rebuild when the script changes.
BUG=620950
Patch Set 1 #
Messages
Total messages: 7 (2 generated)
|