mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2025-11-06 17:00:13 +00:00
Update container id
This commit is contained in:
parent
2c761951b2
commit
de482579bc
@ -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…
x
Reference in New Issue
Block a user