mirror of
https://github.com/GLEGram/GLEGram-iOS.git
synced 2026-06-07 14:53:56 +02:00
Add publishing guide and secret-stripping scripts
This commit is contained in:
@@ -1 +1,15 @@
|
||||
{"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":""}
|
||||
{
|
||||
"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": ""
|
||||
}
|
||||
|
||||
@@ -1,11 +1,11 @@
|
||||
{
|
||||
"bundle_id": "com.GLEProject.GLEGram",
|
||||
"api_id": "31339208",
|
||||
"api_hash": "b7917b274453f075e114f2fef86230d2",
|
||||
"team_id": "F8A8NWPL78",
|
||||
"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": "false",
|
||||
"is_appstore_build": "true",
|
||||
"appstore_id": "0",
|
||||
"app_specific_url_scheme": "tg",
|
||||
"premium_iap_product_id": "",
|
||||
|
||||
@@ -0,0 +1 @@
|
||||
# Add your certificates here
|
||||
@@ -0,0 +1 @@
|
||||
# Add your provisioning profiles here
|
||||
Reference in New Issue
Block a user