12 lines
505 B
Plaintext
12 lines
505 B
Plaintext
// Copy to Config.xcconfig and fill in your Feishu app credentials.
|
|
// In Xcode: Project > Info > Configurations > set Debug/Release to Config.xcconfig
|
|
|
|
FEISHU_APP_ID = cli_your_app_id
|
|
FEISHU_APP_SECRET = your_app_secret
|
|
FEISHU_BASE_DOMAIN = xorbitlab.feishu.cn
|
|
|
|
// Bitable app token & table ID (from the Bitable URL). Baked into the app at
|
|
// build time as defaults so internal users don't have to enter them in Settings.
|
|
FEISHU_APP_TOKEN = your_bitable_app_token
|
|
FEISHU_TABLE_ID = your_bitable_table_id
|