mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2025-12-04 21:41:45 +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>
|
<array>
|
||||||
<string>iCloud.{telegram_bundle_id}</string>
|
<string>iCloud.{telegram_bundle_id}</string>
|
||||||
</array>
|
</array>
|
||||||
|
<key>com.apple.developer.ubiquity-kvstore-identifier</key>
|
||||||
|
<string>{telegram_team_id}.*</string>
|
||||||
<key>com.apple.developer.icloud-container-environment</key>
|
<key>com.apple.developer.icloud-container-environment</key>
|
||||||
<string>{telegram_icloud_environment}</string>
|
<string>{telegram_icloud_environment}</string>
|
||||||
""".format(
|
""".format(
|
||||||
|
telegram_team_id=telegram_team_id,
|
||||||
telegram_bundle_id=telegram_bundle_id,
|
telegram_bundle_id=telegram_bundle_id,
|
||||||
telegram_icloud_environment="Production" if telegram_aps_environment == "production" else "Development"
|
telegram_icloud_environment="Production" if telegram_aps_environment == "production" else "Development"
|
||||||
)
|
)
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user