fix(ios) download WebRTC with bitcode when making an SDK release
This commit is contained in:
parent
bb0d3b4c66
commit
a7abe84479
|
@ -12,6 +12,8 @@ DO_GIT_TAG=${GIT_TAG:-0}
|
|||
|
||||
echo "Releasing Jitsi Meet SDK ${SDK_VERSION}"
|
||||
|
||||
${THIS_DIR}/../../node_modules/react-native-webrtc/tools/downloadBitcode.sh
|
||||
|
||||
pushd ${RELEASE_REPO}
|
||||
|
||||
# Generate podspec file
|
||||
|
|
Loading…
Reference in New Issue