From eb1e6c0f0c5bc3f427888e52ddf4729f8914b8da Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Minh=20Nguy=E1=BB=85n?= Date: Tue, 10 May 2016 09:57:59 -0700 Subject: [osx] Automate framework packaging Added a package script and make rule that parallels the iOS SDK package script and make rule, but with far fewer intricacies. --- Makefile | 3 +++ 1 file changed, 3 insertions(+) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 0bbaf01008..32abe297fb 100644 --- a/Makefile +++ b/Makefile @@ -66,6 +66,9 @@ test-osx: osx node_modules/express -configuration $(BUILDTYPE) \ -workspace $(OSX_WORK_PATH) -scheme CI test $(XCPRETTY) +xpackage: $(OSX_PROJ_PATH) + SYMBOLS=$(SYMBOLS) ./platform/osx/scripts/package.sh + xdocument: OUTPUT=$(OUTPUT) ./platform/osx/scripts/document.sh -- cgit v1.2.1