Skip to content

Commit 050c901

Browse files
author
Tarik Eshaq
authored
Fixes copy of xcframework to allow repeatablility (#54)
1 parent cf57f9f commit 050c901

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

appservices_local_xcframework.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,7 @@ pushd $APP_SERVICES_DIR/megazords/ios-rust/
118118
popd
119119

120120
## Once built, we want to move the frameowork to this repository, then unzip it
121-
mv $APP_SERVICES_DIR/megazords/ios-rust/MozillaRustComponents.xcframework $THIS_DIR/MozillaRustComponents.xcframework
121+
rsync -a --delete $APP_SERVICES_DIR/megazords/ios-rust/MozillaRustComponents.xcframework/ $THIS_DIR/MozillaRustComponents.xcframework/
122122

123123
## We replace the url and checksum in the Package.swift with a refernce to the local
124124
## framework path

0 commit comments

Comments
 (0)