Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions Scripts/jazzy.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ mkdir -p ./Parse/Bolts # Create a temporary bolts folder
cp -R Carthage/Checkouts/Bolts-ObjC/Bolts/**/*.h ./Parse/Bolts # Copy bolts

ver=`/usr/libexec/PlistBuddy -c "Print CFBundleShortVersionString" Parse/Parse/Resources/Parse-iOS.Info.plist`
bundle exec jazzy \
set -eo pipefail && bundle exec jazzy \
--objc \
--clean \
--author "Parse Community" \
Expand All @@ -14,7 +14,7 @@ bundle exec jazzy \
--skip-undocumented \
--exclude=./Bolts/* \
--module Parse \
--umbrella-header Parse/Parse/Parse.h \
--umbrella-header Parse/Parse/Source/Parse.h \
--framework-root Parse \
--output docs/api

Expand Down