diff options
author | Justin R. Miller <incanus@codesorcery.net> | 2015-11-30 11:10:27 -0800 |
---|---|---|
committer | Justin R. Miller <incanus@codesorcery.net> | 2015-11-30 11:10:27 -0800 |
commit | 8d25d9ab1a71bb79c1e9612174a87481a45cb6c7 (patch) | |
tree | 457ffe54fbca6c3523aee3abdab927290d69417c /ios | |
parent | 77df026adcabb04ddbaa90c3782fc7f11bc46ec7 (diff) | |
parent | 6d4e86f41db54fa2830f726b990236790ea1c525 (diff) | |
download | qtlocation-mapboxgl-8d25d9ab1a71bb79c1e9612174a87481a45cb6c7.tar.gz |
Merge branch 'release-ios-v3.0.0'
Diffstat (limited to 'ios')
-rw-r--r-- | ios/Mapbox-iOS-SDK.podspec | 2 | ||||
-rwxr-xr-x | ios/docs/install_docs.sh | 2 | ||||
-rw-r--r-- | ios/docs/pod-README.md | 2 |
3 files changed, 4 insertions, 2 deletions
diff --git a/ios/Mapbox-iOS-SDK.podspec b/ios/Mapbox-iOS-SDK.podspec index e8cc62f560..fb6cdce739 100644 --- a/ios/Mapbox-iOS-SDK.podspec +++ b/ios/Mapbox-iOS-SDK.podspec @@ -1,7 +1,7 @@ Pod::Spec.new do |m| m.name = 'Mapbox-iOS-SDK' - m.version = '3.0.0-pre.7-symbols' + m.version = '3.0.0' m.summary = 'Open source vector map solution for iOS with full styling capabilities.' m.description = 'Open source OpenGL-based vector map solution for iOS with full styling capabilities and Cocoa bindings.' diff --git a/ios/docs/install_docs.sh b/ios/docs/install_docs.sh index 8d1b8f553e..43af9432b2 100755 --- a/ios/docs/install_docs.sh +++ b/ios/docs/install_docs.sh @@ -17,7 +17,7 @@ README=/tmp/mbgl/GL-README.md cat ./pod-README.md > ${README} echo >> ${README} echo -n "#" >> ${README} -cat ../../CHANGELOG.md >> ${README} +cat ../../CHANGELOG.md | sed -n "/^## iOS ${DOCS_VERSION}/,/^##/p" | sed '$d' >> ${README} # Copy headers to a temporary location where we can substitute macros that appledoc doesn't understand. cp -r ../../include/mbgl/ios /tmp/mbgl perl \ diff --git a/ios/docs/pod-README.md b/ios/docs/pod-README.md index 1fe3ac4f35..23898c5dd3 100644 --- a/ios/docs/pod-README.md +++ b/ios/docs/pod-README.md @@ -5,3 +5,5 @@ An open source OpenGL-based vector map solution for iOS with full styling capabi For more information, check out [our online overview](https://www.mapbox.com/ios-sdk/). [![](https://raw.githubusercontent.com/mapbox/mapbox-gl-native/master/ios/screenshot.png)]() + +See the [full changelog](https://github.com/mapbox/mapbox-gl-native/blob/master/CHANGELOG.md) online. |