Skip to content

Commit

Permalink
Fixes copy of xcframework to allow repeatablility (#54)
Browse files Browse the repository at this point in the history
  • Loading branch information
Tarik Eshaq committed May 14, 2022
1 parent cf57f9f commit 050c901
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion appservices_local_xcframework.sh
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@ pushd $APP_SERVICES_DIR/megazords/ios-rust/
popd

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

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

0 comments on commit 050c901

Please sign in to comment.