Skip to content
This repository has been archived by the owner on Aug 8, 2023. It is now read-only.

Commit

Permalink
[ios] Restored readme in built package
Browse files Browse the repository at this point in the history
Restored a build script statement that was accidentally deleted in #3203.
  • Loading branch information
1ec5 committed Jan 6, 2016
1 parent 1738a9e commit 69cf21c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions platform/ios/scripts/package.sh
Original file line number Diff line number Diff line change
Expand Up @@ -138,6 +138,7 @@ cat ios/docs/pod-README.md > ${README}
echo >> ${README}
echo -n "#" >> ${README}
cat CHANGELOG.md | sed -n "/^## iOS ${DOCS_VERSION}/,/^##/p" | sed '$d' >> ${README}
cp ${README} "${OUTPUT}"

jazzy \
--sdk ${SDK} \
Expand Down

0 comments on commit 69cf21c

Please sign in to comment.