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