Add private configuration (keys, codesigning, build config)

This branch contains production secrets. DO NOT make public.
This commit is contained in:
Leeksov
2026-04-06 09:53:57 +03:00
parent 21a4701592
commit 0902e850fb
5 changed files with 19 additions and 35 deletions
@@ -1,15 +1 @@
{
"bundle_id": "com.example.GLEGram",
"api_id": "YOUR_API_ID",
"api_hash": "YOUR_API_HASH",
"team_id": "YOUR_TEAM_ID",
"app_center_id": "0",
"is_internal_build": "false",
"is_appstore_build": "true",
"appstore_id": "0",
"app_specific_url_scheme": "tg",
"premium_iap_product_id": "",
"enable_siri": false,
"enable_icloud": false,
"sg_config": ""
}
{"bundle_id":"com.GLEProject.GLEGram","api_id":"31339208","api_hash":"b7917b274453f075e114f2fef86230d2","team_id":"F8A8NWPL78","app_center_id":"0","is_internal_build":"false","is_appstore_build":"true","appstore_id":"0","app_specific_url_scheme":"tg","premium_iap_product_id":"","enable_siri":false,"enable_icloud":false,"sg_config":""}
+5 -5
View File
@@ -1,11 +1,11 @@
{
"bundle_id": "com.example.GLEGram",
"api_id": "YOUR_API_ID",
"api_hash": "YOUR_API_HASH",
"team_id": "YOUR_TEAM_ID",
"bundle_id": "com.GLEProject.GLEGram",
"api_id": "31339208",
"api_hash": "b7917b274453f075e114f2fef86230d2",
"team_id": "F8A8NWPL78",
"app_center_id": "0",
"is_internal_build": "false",
"is_appstore_build": "true",
"is_appstore_build": "false",
"appstore_id": "0",
"app_specific_url_scheme": "tg",
"premium_iap_product_id": "",
@@ -1 +0,0 @@
# Add your codesigning certificates here
@@ -1 +0,0 @@
# Add your provisioning profiles here