From de482579bc7718a78d48f63ff5775d707fbbeb40 Mon Sep 17 00:00:00 2001
From: Ali <>
Date: Tue, 3 Jan 2023 23:00:25 +0400
Subject: [PATCH] Update container id
---
Telegram/BUILD | 3 +++
1 file changed, 3 insertions(+)
diff --git a/Telegram/BUILD b/Telegram/BUILD
index 3ec5079743..6fd4cdffab 100644
--- a/Telegram/BUILD
+++ b/Telegram/BUILD
@@ -461,9 +461,12 @@ icloud_fragment = "" if not telegram_enable_icloud else """
iCloud.{telegram_bundle_id}
+com.apple.developer.ubiquity-kvstore-identifier
+{telegram_team_id}.*
com.apple.developer.icloud-container-environment
{telegram_icloud_environment}
""".format(
+ telegram_team_id=telegram_team_id,
telegram_bundle_id=telegram_bundle_id,
telegram_icloud_environment="Production" if telegram_aps_environment == "production" else "Development"
)