Skip to content

Commit

Permalink
Add package to Makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
junepark678 committed Aug 12, 2024
1 parent 464fb69 commit aee5936
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,15 @@ else
@echo "skipping sim builds"
endif

package: build
@echo "package"
@swift-bridge-cli create-package \
--bridges-dir ./generated \
--out-dir ../MinimuxerPackage \
--ios target/lib$(TARGET)-ios.a \
--simulator target/lib$(TARGET)-sim.a \
--name EMProxy

# TODO: remove/update once SPM gets merged
copy: build
@echo "SIDESTORE_REPO: $(SIDESTORE_REPO)"
Expand Down

0 comments on commit aee5936

Please sign in to comment.