From 6e6551e5c40ce552b943c42b64ecc28931d25e2a Mon Sep 17 00:00:00 2001 From: Isaac <> Date: Tue, 28 Jan 2025 20:58:35 +0400 Subject: [PATCH] Restore appcenter --- .gitlab-ci.yml | 2 +- build-system/appcenter-configuration.json | 14 ++++++++++++++ 2 files changed, 15 insertions(+), 1 deletion(-) create mode 100755 build-system/appcenter-configuration.json diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index edf1022498..e851479dba 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -21,7 +21,7 @@ internal: script: - export PATH=/opt/homebrew/opt/ruby/bin:$PATH - export PATH=`gem environment gemdir`/bin:$PATH - - python3 -u build-system/Make/Make.py remote-build --darwinContainers="$DARWIN_CONTAINERS" --darwinContainersHost="$DARWIN_CONTAINERS_HOST" --cacheHost="$TELEGRAM_BAZEL_CACHE_HOST" --configurationPath="build-system/appstore-configuration.json" --gitCodesigningRepository="$TELEGRAM_GIT_CODESIGNING_REPOSITORY" --gitCodesigningType=adhoc --configuration=release_arm64 + - python3 -u build-system/Make/Make.py remote-build --darwinContainers="$DARWIN_CONTAINERS" --darwinContainersHost="$DARWIN_CONTAINERS_HOST" --cacheHost="$TELEGRAM_BAZEL_CACHE_HOST" --configurationPath="build-system/appcenter-configuration.json" --gitCodesigningRepository="$TELEGRAM_GIT_CODESIGNING_REPOSITORY" --gitCodesigningType=adhoc --configuration=release_arm64 - python3 -u build-system/Make/DeployToAppCenter.py --configuration="$TELEGRAM_PRIVATE_DATA_PATH/appcenter-configurations/appcenter-internal.json" --ipa="build/artifacts/Telegram.ipa" --dsyms="build/artifacts/Telegram.DSYMs.zip" - rm -rf build - python3 -u build-system/Make/Make.py remote-build --darwinContainers="$DARWIN_CONTAINERS" --darwinContainersHost="$DARWIN_CONTAINERS_HOST" --cacheHost="$TELEGRAM_BAZEL_CACHE_HOST" --configurationPath="build-system/appstore-configuration.json" --gitCodesigningRepository="$TELEGRAM_GIT_CODESIGNING_REPOSITORY" --gitCodesigningType=appstore --configuration=release_arm64 diff --git a/build-system/appcenter-configuration.json b/build-system/appcenter-configuration.json new file mode 100755 index 0000000000..b86e141cab --- /dev/null +++ b/build-system/appcenter-configuration.json @@ -0,0 +1,14 @@ +{ + "bundle_id": "ph.telegra.Telegraph", + "api_id": "8", + "api_hash": "7245de8e747a0d6fbe11f7cc14fcc0bb", + "team_id": "C67CF9S4VU", + "app_center_id": "4c816ed0-df83-423c-846b-a0a8467dc7d2", + "is_internal_build": "false", + "is_appstore_build": "true", + "appstore_id": "686449807", + "app_specific_url_scheme": "tg", + "premium_iap_product_id": "org.telegram.telegramPremium.monthly", + "enable_siri": true, + "enable_icloud": true +} \ No newline at end of file