mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2025-06-16 05:55:20 +00:00
Update example configuration
This commit is contained in:
parent
c3c63e92e6
commit
dfa641e968
@ -31,6 +31,7 @@ load(
|
|||||||
"telegram_aps_environment",
|
"telegram_aps_environment",
|
||||||
"telegram_team_id",
|
"telegram_team_id",
|
||||||
"telegram_enable_icloud",
|
"telegram_enable_icloud",
|
||||||
|
"telegram_enable_siri",
|
||||||
)
|
)
|
||||||
|
|
||||||
load("@build_bazel_rules_apple//apple:resources.bzl",
|
load("@build_bazel_rules_apple//apple:resources.bzl",
|
||||||
@ -347,7 +348,10 @@ app_groups_fragment = """
|
|||||||
</array>
|
</array>
|
||||||
<key>application-identifier</key>
|
<key>application-identifier</key>
|
||||||
<string>{telegram_team_id}.{telegram_bundle_id}</string>
|
<string>{telegram_team_id}.{telegram_bundle_id}</string>
|
||||||
"""
|
""".format(
|
||||||
|
telegram_team_id=telegram_team_id,
|
||||||
|
telegram_bundle_id=telegram_bundle_id
|
||||||
|
)
|
||||||
|
|
||||||
plist_fragment(
|
plist_fragment(
|
||||||
name = "TelegramEntitlements",
|
name = "TelegramEntitlements",
|
||||||
@ -549,7 +553,6 @@ watchos_extension(
|
|||||||
|
|
||||||
watchos_application(
|
watchos_application(
|
||||||
name = "TelegramWatchApp",
|
name = "TelegramWatchApp",
|
||||||
#app_icons = ,
|
|
||||||
bundle_id = "{telegram_bundle_id}.watchkitapp".format(
|
bundle_id = "{telegram_bundle_id}.watchkitapp".format(
|
||||||
telegram_bundle_id = telegram_bundle_id,
|
telegram_bundle_id = telegram_bundle_id,
|
||||||
),
|
),
|
||||||
|
@ -9,4 +9,5 @@ telegram_is_appstore_build = "true"
|
|||||||
telegram_appstore_id = "686449807"
|
telegram_appstore_id = "686449807"
|
||||||
telegram_app_specific_url_scheme = "tg"
|
telegram_app_specific_url_scheme = "tg"
|
||||||
telegram_aps_environment = "production"
|
telegram_aps_environment = "production"
|
||||||
|
telegram_enable_siri = true
|
||||||
telegram_enable_icloud = true
|
telegram_enable_icloud = true
|
||||||
|
Loading…
x
Reference in New Issue
Block a user