summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorMinh Nguyễn <mxn@1ec5.org>2016-05-10 09:57:59 -0700
committerMinh Nguyễn <mxn@1ec5.org>2016-05-10 10:18:23 -0700
commiteb1e6c0f0c5bc3f427888e52ddf4729f8914b8da (patch)
treec7b0aeebcd7141e92b7faf7f2bb1245dba0b7cfe /Makefile
parent1634058b51da4885224ba7f63aab14c7d794652f (diff)
downloadqtlocation-mapboxgl-eb1e6c0f0c5bc3f427888e52ddf4729f8914b8da.tar.gz
[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.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile3
1 files changed, 3 insertions, 0 deletions
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