mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2025-12-18 20:30:51 +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_ITC_USERNAME="$TELEGRAM_BUILD_APPSTORE_USERNAME"
|
||||||
FASTLANE_PASSWORD="$TELEGRAM_BUILD_APPSTORE_PASSWORD"
|
FASTLANE_PASSWORD="$TELEGRAM_BUILD_APPSTORE_PASSWORD"
|
||||||
FASTLANE_ITC_TEAM_NAME="$TELEGRAM_BUILD_APPSTORE_TEAM_NAME"
|
FASTLANE_ITC_TEAM_NAME="$TELEGRAM_BUILD_APPSTORE_TEAM_NAME"
|
||||||
|
CERTS_PATH="codesigning_data/certs"
|
||||||
|
PROFILES_PATH="codesigning_data/profiles"
|
||||||
elif [ "$1" == "verify" ]; then
|
elif [ "$1" == "verify" ]; then
|
||||||
CERTS_PATH="build-system/fake-codesigning/certs/distribution"
|
CERTS_PATH="build-system/fake-codesigning/certs/distribution"
|
||||||
PROFILES_PATH="build-system/fake-codesigning/profiles"
|
PROFILES_PATH="build-system/fake-codesigning/profiles"
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user