• Sylvain Defresne's avatar
    [ios] Force target to be dirty if xcode_version changes · dc0326f6
    Sylvain Defresne authored
    The Info.plist of XCTRunner.app may change if the version of Xcode
    changes, but the timestamp and the input paths may not be reliable
    signals to determine whether the target is dirty.
    
    Force the command-line of build/config/mac/plist_util.py to be
    different if the version of Xcode changes. This will force ninja
    to consider the target as dirty and will force using the correct
    version of the binary (even if older than current output).
    
    Bug: 1101531
    Change-Id: I20f0a21c418fdd20e223390ad6c7c89063b88ae1
    Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2302850
    Auto-Submit: Sylvain Defresne <sdefresne@chromium.org>
    Commit-Queue: Rohit Rao <rohitrao@chromium.org>
    Reviewed-by: default avatarRohit Rao <rohitrao@chromium.org>
    Cr-Commit-Position: refs/heads/master@{#789319}
    dc0326f6
plist_util.py 7.64 KB