Przeglądaj źródła

fix(ios) download WebRTC with bitcode when making an SDK release

master
Saúl Ibarra Corretgé 3 lat temu
rodzic
commit
a7abe84479
1 zmienionych plików z 2 dodań i 0 usunięć
  1. 2
    0
      ios/scripts/release-sdk.sh

+ 2
- 0
ios/scripts/release-sdk.sh Wyświetl plik

@@ -12,6 +12,8 @@ DO_GIT_TAG=${GIT_TAG:-0}
12 12
 
13 13
 echo "Releasing Jitsi Meet SDK ${SDK_VERSION}"
14 14
 
15
+${THIS_DIR}/../../node_modules/react-native-webrtc/tools/downloadBitcode.sh
16
+
15 17
 pushd ${RELEASE_REPO}
16 18
 
17 19
 # Generate podspec file

Ładowanie…
Anuluj
Zapisz