Add Makefile to build xcframework

This commit is contained in:
Marcin Krzyzanowski
2021-07-10 12:37:09 +02:00
parent 8d4f6384e0
commit 8b82e5c5f0
+9
View File
@@ -0,0 +1,9 @@
.PHONY: frameworks
CWD := $(abspath $(patsubst %/,%,$(dir $(abspath $(lastword $(MAKEFILE_LIST))))))
frameworks:
$(CWD)/scripts/build-framework.sh
@echo "Framework built in $(CWD)/CryptoSwift.xcframework"
all: frameworks