瀏覽代碼

feat(ios): fixed path from where we take hermes.xcframework

factor2
Calin-Teodor 9 月之前
父節點
當前提交
867646da1a
共有 2 個文件被更改,包括 2 次插入2 次删除
  1. 1
    1
      ios/scripts/release-sdk-lite.sh
  2. 1
    1
      ios/scripts/release-sdk.sh

+ 1
- 1
ios/scripts/release-sdk-lite.sh 查看文件

@@ -54,7 +54,7 @@ pushd ${RELEASE_REPO}
54 54
 
55 55
 # Put the new files in the repo
56 56
 cp -a ${PROJECT_REPO}/ios/sdk/out/JitsiMeetSDK.xcframework lite/Frameworks/
57
-cp -a ${PROJECT_REPO}/ios/sdk/out/hermes.xcframework lite/Frameworks/
57
+cp -a ${PROJECT_REPO}/ios/Pods/hermes-engine/destroot/Library/Frameworks/universal/hermes.xcframework lite/Frameworks/
58 58
 
59 59
 # Add all files to git
60 60
 git add -A .

+ 1
- 1
ios/scripts/release-sdk.sh 查看文件

@@ -54,7 +54,7 @@ pushd ${RELEASE_REPO}
54 54
 
55 55
 # Put the new files in the repo
56 56
 cp -a ${PROJECT_REPO}/ios/sdk/out/JitsiMeetSDK.xcframework Frameworks/
57
-cp -a ${PROJECT_REPO}/ios/sdk/out/hermes.xcframework Frameworks/
57
+cp -a ${PROJECT_REPO}/ios/Pods/hermes-engine/destroot/Library/Frameworks/universal/hermes.xcframework Frameworks/
58 58
 
59 59
 # Add all files to git
60 60
 git add -A .

Loading…
取消
儲存