summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorMinh Nguyễn <mxn@1ec5.org>2016-05-09 16:03:16 -0700
committerMinh Nguyễn <mxn@1ec5.org>2016-05-10 09:59:04 -0700
commit5616cd2bb165bd50bed85ae58624642975fd1ba0 (patch)
treed31f4dc487537270ab8f5b82c2c3537886928cc2 /Makefile
parent7332ae00735a7cb1a0a4528d48e5956aa593b8b8 (diff)
downloadqtlocation-mapboxgl-5616cd2bb165bd50bed85ae58624642975fd1ba0.tar.gz
[osx] Added OS X SDK documentation target
Added a target, script, and make rule for generating OS X SDK documentation with jazzy, along with a docset cover page. Switched the umbrella header from framework header syntax to user header syntax so SourceKit can find all the headers. Fixes #4871.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 51f522d6d9..0bbaf01008 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)
+xdocument:
+ OUTPUT=$(OUTPUT) ./platform/osx/scripts/document.sh
+
genstrings:
genstrings -u -o platform/osx/sdk/Base.lproj platform/darwin/src/*.{m,mm}
genstrings -u -o platform/osx/sdk/Base.lproj platform/osx/src/*.{m,mm}