mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2025-06-16 05:55:20 +00:00
Update CI
This commit is contained in:
parent
fff3b03105
commit
7008cd1559
@ -13,6 +13,8 @@ elif [ "$1" == "testinghockeyapp-local" ]; then
|
||||
CERTS_PATH="$HOME/codesigning_data/certs/enterprise"
|
||||
elif [ "$1" == "appstore" ]; then
|
||||
CERTS_PATH="$HOME/codesigning_data/certs/distribution"
|
||||
elif [ "$1" == "appstore-development" ]; then
|
||||
CERTS_PATH="$HOME/codesigning_data/certs/development"
|
||||
elif [ "$1" == "verify" ]; then
|
||||
CERTS_PATH="$HOME/codesigning_data/certs/distribution"
|
||||
else
|
||||
@ -81,7 +83,7 @@ security import "build-system/AppleWWDRCAG3.cer" -k "$MY_KEYCHAIN" -P "" -T /usr
|
||||
|
||||
security set-key-partition-list -S apple-tool:,apple: -k "$MY_KEYCHAIN_PASSWORD" "$MY_KEYCHAIN"
|
||||
|
||||
if [ "$1" == "hockeyapp" ] || [ "$1" == "appcenter-experimental" ] || [ "$1" == "appcenter-experimental-2" ] || [ "$1" == "App Store-development" ]; then
|
||||
if [ "$1" == "hockeyapp" ] || [ "$1" == "appcenter-experimental" ] || [ "$1" == "appcenter-experimental-2" ] || [ "$1" == "appstore-development" ]; then
|
||||
APP_CONFIGURATION="release_arm64"
|
||||
elif [ "$1" == "appstore" ]; then
|
||||
APP_CONFIGURATION="release_universal"
|
||||
|
Loading…
x
Reference in New Issue
Block a user