mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2025-08-02 00:17:02 +00:00
Update build script
This commit is contained in:
parent
26e5e9bfd9
commit
1f36b62a7e
@ -20,8 +20,8 @@ elif [ "$1" == "appstore" ]; then
|
|||||||
PROFILES_PATH="codesigning_data/profiles"
|
PROFILES_PATH="codesigning_data/profiles"
|
||||||
elif [ "$1" == "verify" ]; then
|
elif [ "$1" == "verify" ]; then
|
||||||
FASTLANE_BUILD_CONFIGURATION="build_for_appstore"
|
FASTLANE_BUILD_CONFIGURATION="build_for_appstore"
|
||||||
CERTS_PATH="buildbox/fake-codesigning/certs"
|
CERTS_PATH="codesigning_data/certs"
|
||||||
PROFILES_PATH="buildbox/fake-codesigning/profiles"
|
PROFILES_PATH="codesigning_data/profiles"
|
||||||
elif [ "$1" == "verify-local" ]; then
|
elif [ "$1" == "verify-local" ]; then
|
||||||
FASTLANE_BUILD_CONFIGURATION="build_for_appstore"
|
FASTLANE_BUILD_CONFIGURATION="build_for_appstore"
|
||||||
CERTS_PATH="buildbox/fake-codesigning/certs"
|
CERTS_PATH="buildbox/fake-codesigning/certs"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user