We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d3191f0 commit 28b9b80Copy full SHA for 28b9b80
Scripts/jazzy.sh
@@ -2,7 +2,7 @@ mkdir -p ./Parse/Bolts # Create a temporary bolts folder
2
cp -R Carthage/Checkouts/Bolts-ObjC/Bolts/**/*.h ./Parse/Bolts # Copy bolts
3
4
ver=`/usr/libexec/PlistBuddy -c "Print CFBundleShortVersionString" Parse/Parse/Resources/Parse-iOS.Info.plist`
5
-bundle exec jazzy \
+set -eo pipefail && bundle exec jazzy \
6
--objc \
7
--clean \
8
--author "Parse Community" \
@@ -14,7 +14,7 @@ bundle exec jazzy \
14
--skip-undocumented \
15
--exclude=./Bolts/* \
16
--module Parse \
17
- --umbrella-header Parse/Parse/Parse.h \
+ --umbrella-header Parse/Parse/Source/Parse.h \
18
--framework-root Parse \
19
--output docs/api
20
0 commit comments