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