From fd93cf969d060b5fee95a9c94097a92ab665d2d8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Minh=20Nguy=E1=BB=85n?= Date: Sun, 24 Apr 2016 11:37:01 -0700 Subject: [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. --- platform/ios/jazzy.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'platform/ios/jazzy.yml') 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 -- cgit v1.2.1