mirror of
https://github.com/TelegramMessenger/Telegram-iOS.git
synced 2026-07-06 03:33:41 +02:00
Update
This commit is contained in:
parent
3ad16682c4
commit
ad30eb2bc5
7 changed files with 478 additions and 20 deletions
|
|
@ -549,6 +549,12 @@ store_signin_fragment = """
|
|||
"""
|
||||
signin_fragment = store_signin_fragment if telegram_bundle_id in store_bundle_ids else ""
|
||||
|
||||
official_background_gpu_fragment = """
|
||||
<key>com.apple.developer.background-tasks.continued-processing.gpu</key>
|
||||
<true/>
|
||||
"""
|
||||
background_gpu_fragment = official_background_gpu_fragment if telegram_bundle_id == "ph.telegra.Telegraph" else ""
|
||||
|
||||
plist_fragment(
|
||||
name = "TelegramEntitlements",
|
||||
extension = "entitlements",
|
||||
|
|
@ -564,6 +570,7 @@ plist_fragment(
|
|||
communication_notifications_fragment,
|
||||
notification_filtering_fragment,
|
||||
signin_fragment,
|
||||
background_gpu_fragment,
|
||||
])
|
||||
)
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue