Skip to content
This repository has been archived by the owner on Jan 6, 2025. It is now read-only.

Commit

Permalink
update ios xcframework copy scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
tanersener committed Mar 13, 2021
1 parent 0044222 commit b7e0ec7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions scripts/update_ios_local_dependency_xcframeworks.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,6 @@
export BASEDIR="$(pwd)"

cd ${BASEDIR}/../ios/test-app-local-dependency || exit 1
rm -rf *.framework || exit 1
rm -rf *.xcframework || exit 1
find ${BASEDIR}/../../ffmpeg-kit/prebuilt/bundle-apple-xcframework-ios -name "*.xcframework" -exec cp -r {} . \; || exit 1

0 comments on commit b7e0ec7

Please sign in to comment.