Pārlūkot izejas kodu

ios: strip bitcode when releasing the SDK

master
Saúl Ibarra Corretgé 6 gadus atpakaļ
vecāks
revīzija
1c809eb428
1 mainītis faili ar 4 papildinājumiem un 0 dzēšanām
  1. 4
    0
      ios/scripts/release-sdk.sh

+ 4
- 0
ios/scripts/release-sdk.sh Parādīt failu

34
 cp -r ${PROJECT_REPO}/ios/sdk/JitsiMeet.framework Frameworks/
34
 cp -r ${PROJECT_REPO}/ios/sdk/JitsiMeet.framework Frameworks/
35
 cp -r ${PROJECT_REPO}/node_modules/react-native-webrtc/ios/WebRTC.framework Frameworks/
35
 cp -r ${PROJECT_REPO}/node_modules/react-native-webrtc/ios/WebRTC.framework Frameworks/
36
 
36
 
37
+# Strip bitcode
38
+xcrun bitcode_strip -r Frameworks/JitsiMeet.framework/JitsiMeet -o Frameworks/JitsiMeet.framework/JitsiMeet
39
+xcrun bitcode_strip -r Frameworks/WebRTC.framework/WebRTC -o Frameworks/WebRTC.framework/WebRTC
40
+
37
 # Add all files to git
41
 # Add all files to git
38
 git add -A .
42
 git add -A .
39
 git commit -m "${SDK_VERSION}"
43
 git commit -m "${SDK_VERSION}"

Notiek ielāde…
Atcelt
Saglabāt