| Index: build/config/ios/rules.gni
|
| diff --git a/build/config/ios/rules.gni b/build/config/ios/rules.gni
|
| index f2634569cce4cd62be8a39dd43f536338dae4593..ada465a9bd56623e880e116671fb6910d9bbfdbd 100644
|
| --- a/build/config/ios/rules.gni
|
| +++ b/build/config/ios/rules.gni
|
| @@ -295,6 +295,7 @@ template("ios_info_plist") {
|
| extra_substitutions = invoker.extra_substitutions
|
| }
|
| extra_substitutions += [
|
| + "IOS_BUNDLE_ID_PREFIX=$ios_app_bundle_id_prefix",
|
| "IOS_DEPLOYMENT_TARGET=$ios_deployment_target",
|
| "IOS_PLATFORM_BUILD=$ios_platform_build",
|
| "IOS_PLATFORM_NAME=$ios_sdk_name",
|
|
|