chromium-src-build/mac
sdefresne dfe116dd65 Fix version format used on iOS by build/mac/tweak_info_plist.py.
Chrome on iOS uses different format by default for the "CFBundleVersion"
and "CFBundleShortVersionString" Info.plist values.

Change _AddVersionKeys function to take as parameter a dictionary from
Info.plist keys to version format using @MAJOR@, @MINOR@, @BUILD@ and
@PATCH@ patterns to represent the different component of the version,
and pass a different dictionary depending on the platform.

Refactor how the version is extracted using the build/util/version.py
script (it was invoked twice, but the second invocation can be removed
as the output needs to be post-processed).

BUG=502295,616750

Review-Url: https://codereview.chromium.org/2044893002
Cr-Original-Commit-Position: refs/heads/master@{#398323}
Cr-Mirrored-From: https://chromium.googlesource.com/chromium/src
Cr-Mirrored-Commit: 8001eee13920c32ca685f6700bbe2db77eed8046
2016-06-07 17:40:26 +00:00
..
OWNERS
asan.gyp Use update.py --print-clang-version in build/mac/asan.gyp 2016-01-13 21:02:13 +00:00
copy_asan_runtime_dylib.sh Make copy_asan_runtime_dylib.sh handle Clang version number changes 2016-01-14 18:14:26 +00:00
copy_framework_unversioned.sh
edit_xibs.sh
find_sdk.py mac: Make `find_sdk.py --print_sdk_path` much faster. 2016-05-18 22:02:37 +00:00
strip_from_xcode
strip_save_dsym
tweak_info_plist.gni [Mac/GN] Port tweak_info_plist.py and run it on //content targets. 2016-05-03 17:35:26 +00:00
tweak_info_plist.py Fix version format used on iOS by build/mac/tweak_info_plist.py. 2016-06-07 17:40:26 +00:00