From bd07b85c83d8bc30a1ea25e1cc13580a2230def4 Mon Sep 17 00:00:00 2001 From: Ali <> Date: Wed, 17 Feb 2021 21:22:01 +0400 Subject: [PATCH] Fix example configuration --- build-system/example-configuration/variables.bzl | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/build-system/example-configuration/variables.bzl b/build-system/example-configuration/variables.bzl index 0e2cc37616..4014bba028 100644 --- a/build-system/example-configuration/variables.bzl +++ b/build-system/example-configuration/variables.bzl @@ -9,5 +9,5 @@ telegram_is_appstore_build = "true" telegram_appstore_id = "686449807" telegram_app_specific_url_scheme = "tg" telegram_aps_environment = "production" -telegram_enable_siri = true -telegram_enable_icloud = true +telegram_enable_siri = True +telegram_enable_icloud = True