Update container id

This commit is contained in:
Ali 2023-01-03 23:00:25 +04:00
parent 2c761951b2
commit de482579bc

View File

@ -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"
)