Commit b602f004 authored by Justin Cohen's avatar Justin Cohen Committed by Commit Bot

ios: Extend GN flag to lock beginning of CFBundleVersion to Plugins.

Bug: 1140474
Change-Id: I74c00893e6c69cb1cfcbbeed906448d0958f524a
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2495245
Commit-Queue: Justin Cohen <justincohen@chromium.org>
Commit-Queue: Rohit Rao <rohitrao@chromium.org>
Auto-Submit: Justin Cohen <justincohen@chromium.org>
Reviewed-by: default avatarRohit Rao <rohitrao@chromium.org>
Cr-Commit-Position: refs/heads/master@{#820365}
parent 69afa309
......@@ -13,6 +13,11 @@ import("//tools/grit/repack.gni")
tweak_info_plist("tweak_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") {
......
......@@ -24,6 +24,11 @@ extension_repack_all_locales("packed_resources") {
tweak_info_plist("tweak_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") {
......
......@@ -13,6 +13,11 @@ import("//tools/grit/repack.gni")
tweak_info_plist("tweak_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") {
......
......@@ -24,6 +24,11 @@ extension_repack_all_locales("packed_resources") {
tweak_info_plist("tweak_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") {
......
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