Skip to content

Commit

Permalink
feat(ios): fixed path from where we take hermes.xcframework
Browse files Browse the repository at this point in the history
  • Loading branch information
Calinteodor committed Jan 16, 2025
1 parent ff78bfb commit 867646d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion ios/scripts/release-sdk-lite.sh
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ pushd ${RELEASE_REPO}

# Put the new files in the repo
cp -a ${PROJECT_REPO}/ios/sdk/out/JitsiMeetSDK.xcframework lite/Frameworks/
cp -a ${PROJECT_REPO}/ios/sdk/out/hermes.xcframework lite/Frameworks/
cp -a ${PROJECT_REPO}/ios/Pods/hermes-engine/destroot/Library/Frameworks/universal/hermes.xcframework lite/Frameworks/

# Add all files to git
git add -A .
Expand Down
2 changes: 1 addition & 1 deletion ios/scripts/release-sdk.sh
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ pushd ${RELEASE_REPO}

# Put the new files in the repo
cp -a ${PROJECT_REPO}/ios/sdk/out/JitsiMeetSDK.xcframework Frameworks/
cp -a ${PROJECT_REPO}/ios/sdk/out/hermes.xcframework Frameworks/
cp -a ${PROJECT_REPO}/ios/Pods/hermes-engine/destroot/Library/Frameworks/universal/hermes.xcframework Frameworks/

# Add all files to git
git add -A .
Expand Down

0 comments on commit 867646d

Please sign in to comment.