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

Commit

Permalink
Include iOS README in binary pod
Browse files Browse the repository at this point in the history
  • Loading branch information
1ec5 committed Jul 13, 2015
1 parent 805c8b2 commit 27bd305
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion scripts/ios/package.sh
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@ git fetch --tags
DOCS_VERSION=$( git tag --sort -v:refname | grep -v '\-rc.' | sed -n '1p' | sed 's/^v//' )
rm -rf /tmp/mbgl
mkdir -p /tmp/mbgl/
README=/tmp/mbgl/GL-README.md
README=/tmp/mbgl/README.md
cat ios/README.md > ${README}
echo >> ${README}
echo -n "#" >> ${README}
Expand All @@ -134,3 +134,4 @@ appledoc \
--company-id com.mapbox \
--index-desc ${README} \
/tmp/mbgl/Headers
cp ${README} "${OUTPUT}/static"

0 comments on commit 27bd305

Please sign in to comment.