Commit 51107b70 authored by Javier Ernesto Flores Robles's avatar Javier Ernesto Flores Robles Committed by Commit Bot

[iOS][WidgetKit] Extend GN flag to lock beginning of CFBundleVersion

Bug: 1140474
Change-Id: Idc0ee245c51592a6942a80efc508bf96b54df5df
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2495793Reviewed-by: default avatarJustin Cohen <justincohen@chromium.org>
Commit-Queue: Javier Ernesto Flores Robles <javierrobles@chromium.org>
Auto-Submit: Javier Ernesto Flores Robles <javierrobles@chromium.org>
Cr-Commit-Position: refs/heads/master@{#820824}
parent 6c5e98e4
...@@ -14,6 +14,10 @@ import("//ios/public/provider/chrome/browser/build_config.gni") ...@@ -14,6 +14,10 @@ import("//ios/public/provider/chrome/browser/build_config.gni")
tweak_info_plist("tweak_info_plist") { tweak_info_plist("tweak_info_plist") {
info_plist = "Info.plist" info_plist = "Info.plist"
# TODO(crbug.com/1140474): Remove once iOS 14.2 reaches mass adoption.
if (ios_lock_to_version != "") {
args = [ "--lock-to-version=$ios_lock_to_version" ]
}
} }
compile_entitlements("entitlements") { compile_entitlements("entitlements") {
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment