summaryrefslogtreecommitdiff
path: root/platform/ios/jazzy.yml
diff options
context:
space:
mode:
authorMinh Nguyễn <mxn@1ec5.org>2016-04-24 11:37:01 -0700
committerMinh Nguyễn <mxn@1ec5.org>2016-04-24 11:37:01 -0700
commitfd93cf969d060b5fee95a9c94097a92ab665d2d8 (patch)
tree508cb4353f5a9f7c41d49ec5ff0aa23bd7012d39 /platform/ios/jazzy.yml
parenta421028481ae8680ed34e6abfe6120642e29de56 (diff)
downloadqtlocation-mapboxgl-fd93cf969d060b5fee95a9c94097a92ab665d2d8.tar.gz
[ios] Fixed jazzy build step
Fixed some regressions introduced in 9c9ff2d2d4aeac9f605a6ca23447e54adea9f6bd for #4802. A backslash was missing from a shell script, causing arguments to get dropped and output to go in the repo root. Paths in the jazzy configuration file needed to be updated so jazzy could find the headers.
Diffstat (limited to 'platform/ios/jazzy.yml')
-rw-r--r--platform/ios/jazzy.yml4
1 files changed, 2 insertions, 2 deletions
diff --git a/platform/ios/jazzy.yml b/platform/ios/jazzy.yml
index 4199e3ec33..586d944f0c 100644
--- a/platform/ios/jazzy.yml
+++ b/platform/ios/jazzy.yml
@@ -11,8 +11,8 @@ head: |
objc: Yes
skip_undocumented: Yes
hide_documentation_coverage: Yes
-umbrella_header: platform/ios/include/Mapbox.h
-framework_root: platform/darwin/include
+umbrella_header: src/Mapbox.h
+framework_root: ../darwin/src
custom_categories:
- name: Maps