Sfoglia il codice sorgente

fix(ios,fastlane) adjust scheme name after rename

master
Saúl Ibarra Corretgé 4 anni fa
parent
commit
5e891caf94
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  1. 1
    1
      ios/fastlane/Fastfile

+ 1
- 1
ios/fastlane/Fastfile Vedi File

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

Loading…
Annulla
Salva