From b61c8870fd29ac4c5e792a989aeefee3c7c1844a Mon Sep 17 00:00:00 2001 From: ichmagmaus 812 Date: Mon, 19 Jan 2026 11:59:44 +0100 Subject: [PATCH] chore: add config.json template with empty values --- .gitignore | 9 --------- build-system/config.json | 14 ++++++++++++++ 2 files changed, 14 insertions(+), 9 deletions(-) create mode 100755 build-system/config.json diff --git a/.gitignore b/.gitignore index 35a4c06f..229f5e02 100644 --- a/.gitignore +++ b/.gitignore @@ -76,17 +76,8 @@ Telegram.LSP.json spm-files .bsp/** -# =========================================== -# SECURITY: Sensitive files (DO NOT REMOVE!) -# =========================================== - -# API credentials and configuration -build-system/config.json - -# Provisioning profiles (contain Apple Developer account info) *.mobileprovision build-system/fake-codesigning/profiles/* -# Backup sensitive files *.backup *_BACKUP* \ No newline at end of file diff --git a/build-system/config.json b/build-system/config.json new file mode 100755 index 00000000..262a5fdb --- /dev/null +++ b/build-system/config.json @@ -0,0 +1,14 @@ +{ + "bundle_id": "", + "api_id": "", + "api_hash": "", + "team_id": "", + "app_center_id": "0", + "is_internal_build": "false", + "is_appstore_build": "true", + "appstore_id": "0", + "app_specific_url_scheme": "ghostgram", + "premium_iap_product_id": "", + "enable_siri": false, + "enable_icloud": false +} \ No newline at end of file