Update example configuration

This commit is contained in:
Ali 2021-02-17 18:22:11 +04:00
parent c3c63e92e6
commit dfa641e968
2 changed files with 6 additions and 2 deletions

View File

@ -31,6 +31,7 @@ load(
"telegram_aps_environment",
"telegram_team_id",
"telegram_enable_icloud",
"telegram_enable_siri",
)
load("@build_bazel_rules_apple//apple:resources.bzl",
@ -347,7 +348,10 @@ app_groups_fragment = """
</array>
<key>application-identifier</key>
<string>{telegram_team_id}.{telegram_bundle_id}</string>
"""
""".format(
telegram_team_id=telegram_team_id,
telegram_bundle_id=telegram_bundle_id
)
plist_fragment(
name = "TelegramEntitlements",
@ -549,7 +553,6 @@ watchos_extension(
watchos_application(
name = "TelegramWatchApp",
#app_icons = ,
bundle_id = "{telegram_bundle_id}.watchkitapp".format(
telegram_bundle_id = telegram_bundle_id,
),

View File

@ -9,4 +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