mirror of
https://github.com/TelegramMessenger/Telegram-iOS.git
synced 2026-07-06 03:33:41 +02:00
Update container id
This commit is contained in:
parent
2c761951b2
commit
de482579bc
1 changed files with 3 additions and 0 deletions
|
|
@ -461,9 +461,12 @@ icloud_fragment = "" if not telegram_enable_icloud else """
|
|||
<array>
|
||||
<string>iCloud.{telegram_bundle_id}</string>
|
||||
</array>
|
||||
<key>com.apple.developer.ubiquity-kvstore-identifier</key>
|
||||
<string>{telegram_team_id}.*</string>
|
||||
<key>com.apple.developer.icloud-container-environment</key>
|
||||
<string>{telegram_icloud_environment}</string>
|
||||
""".format(
|
||||
telegram_team_id=telegram_team_id,
|
||||
telegram_bundle_id=telegram_bundle_id,
|
||||
telegram_icloud_environment="Production" if telegram_aps_environment == "production" else "Development"
|
||||
)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue