mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2025-06-16 05:55:20 +00:00
Fix script
This commit is contained in:
parent
159be236ac
commit
25910e64b2
@ -30,6 +30,8 @@ elif [ "$1" == "appstore" ]; then
|
||||
FASTLANE_ITC_USERNAME="$TELEGRAM_BUILD_APPSTORE_USERNAME"
|
||||
FASTLANE_PASSWORD="$TELEGRAM_BUILD_APPSTORE_PASSWORD"
|
||||
FASTLANE_ITC_TEAM_NAME="$TELEGRAM_BUILD_APPSTORE_TEAM_NAME"
|
||||
CERTS_PATH="codesigning_data/certs"
|
||||
PROFILES_PATH="codesigning_data/profiles"
|
||||
elif [ "$1" == "verify" ]; then
|
||||
CERTS_PATH="build-system/fake-codesigning/certs/distribution"
|
||||
PROFILES_PATH="build-system/fake-codesigning/profiles"
|
||||
|
Loading…
x
Reference in New Issue
Block a user