fix(ios,fastlane) adjust scheme name after rename

This commit is contained in:
Saúl Ibarra Corretgé 2020-12-22 13:54:49 +01:00 committed by Saúl Ibarra Corretgé
parent a01e3e9d8a
commit 5e891caf94
1 changed files with 1 additions and 1 deletions

View File

@ -54,7 +54,7 @@ platform :ios do
# Actually build the app
build_app(
scheme: "jitsi-meet",
scheme: "JitsiMeet",
include_bitcode: true,
include_symbols: true,
export_xcargs: "-allowProvisioningUpdates"