chore: add config.json template with empty values

This commit is contained in:
ichmagmaus 812
2026-01-19 11:59:44 +01:00
parent 51056843d7
commit b61c8870fd
2 changed files with 14 additions and 9 deletions
-9
View File
@@ -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*
+14
View File
@@ -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
}