diff options
author | Jesse Bounds <jesse@rebounds.net> | 2016-03-03 15:47:23 -0800 |
---|---|---|
committer | Jesse Bounds <jesse@rebounds.net> | 2016-03-03 15:47:23 -0800 |
commit | c6d84f0d71f7f6244ce88c33b35d19e780ee144a (patch) | |
tree | c3675b7e6f0aad1f0997106ebe37cb2efdcaf49a | |
parent | ee12824c836b05b19e585d1ec290c771e6200ecd (diff) | |
parent | cb9054f9ec1dff528a01a9ea62a9e132a5cad438 (diff) | |
download | qtlocation-mapboxgl-c6d84f0d71f7f6244ce88c33b35d19e780ee144a.tar.gz |
Merge branch 'release-ios-v3.2.0'
-rw-r--r-- | CHANGELOG.md | 21 | ||||
-rw-r--r-- | platform/ios/Mapbox-iOS-SDK.podspec | 2 | ||||
-rwxr-xr-x | platform/ios/scripts/package.sh | 10 |
3 files changed, 17 insertions, 16 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index 7a12cebaca..05f3cdb4c8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -42,9 +42,9 @@ ## 2.1.0 -- Initial Android release. +- Initial Android release. -Known issues: +Known issues: - Black Screen On Ice Cream Sandwich and Jelly Bean devices ([#2802](https://github.com/mapbox/mapbox-gl-native/issues/2802)) - Resolved in 2.2.0 @@ -56,6 +56,7 @@ Known issues: - Telemetry location gathering now only occurs when the device is in motion. ([#4115](https://github.com/mapbox/mapbox-gl-native/pull/4115)) - An account’s monthly active users metric only counts a user once a map view is displayed to that user. ([#3713](https://github.com/mapbox/mapbox-gl-native/pull/3713)) - Updated documentation to reflect the requirement that you must embed the framework in the “Embedded Binaries” section in Xcode. ([#4011](https://github.com/mapbox/mapbox-gl-native/issues/4011)) +- Telemetry location gathering now only occurs when the device is in motion (https://github.com/mapbox/mapbox-gl-native/pull/4115) - Polygons and polylines now default to using the map view’s tint color. ([#4028](https://github.com/mapbox/mapbox-gl-native/pull/4028)) - The Improve This Map tool now uses the same zoom level that is currently being shown in the map view. ([#4068](https://github.com/mapbox/mapbox-gl-native/pull/4068)) - Fixed a formatting issue in the documentation for `MGLCoordinateBoundsIsEmpty()`. ([#3958](https://github.com/mapbox/mapbox-gl-native/pull/3958)) @@ -99,7 +100,7 @@ Known issues: - Made telemetry on/off setting available in-app. ([#3445](https://github.com/mapbox/mapbox-gl-native/pull/3445)) - Fixed an issue with users not being counted by Mapbox if they had disabled telemetry. ([#3495](https://github.com/mapbox/mapbox-gl-native/pull/3495)) - Fixed crash caused by MGLAnnotationImage with non-integer width or height ([#2198](https://github.com/mapbox/mapbox-gl-native/issues/2198)) -- Fixed “include of non-modular header” errors in Swift projects managed by CocoaPods. ([#3679](https://github.com/mapbox/mapbox-gl-native/pull/3679)) +- Fixed “include of non-modular header” errors in Swift projects managed by CocoaPods. ([#3679](https://github.com/mapbox/mapbox-gl-native/pull/3679)) - Avoids triggering the blue background location status bar when user has granted "when in use" permission. ([#3671](https://github.com/mapbox/mapbox-gl-native/issues/3671)) - Deprecated the `debugActive` property and `-toggleDebug` method on MGLMapView in favor of a new `debugMask` property that exposes individual style debugging options. ([#3742](https://github.com/mapbox/mapbox-gl-native/pull/3742)) @@ -163,11 +164,11 @@ Known issues: ## iOS 2.0.0 -Repackaging 2.0.0-pre.1 as it contained no issues. +Repackaging 2.0.0-pre.1 as it contained no issues. ## iOS 2.0.0-pre.1 -Repackaging 0.5.1 as the Mapbox iOS SDK 2.0.0 series. +Repackaging 0.5.1 as the Mapbox iOS SDK 2.0.0 series. ## 0.5.1 @@ -186,7 +187,7 @@ Repackaging 0.5.1 as the Mapbox iOS SDK 2.0.0 series. - Improved map render lifecycle notifications. ([#1026](https://github.com/mapbox/mapbox-gl-native/issues/1026)) - Fixed a bug that caused annotations not to show at zoom level zero. ([#1279](https://github.com/mapbox/mapbox-gl-native/issues/1279)) - Fixed a bug with the ordering of shape layers. ([#1866](https://github.com/mapbox/mapbox-gl-native/pull/1866)) -- Other bug fixes and performance improvements. +- Other bug fixes and performance improvements. ### iOS @@ -230,12 +231,12 @@ Repackaging 0.5.1 as the Mapbox iOS SDK 2.0.0 series. ## 0.3.1 -- Temporarily removed `IBDesignable` support on iOS. +- Temporarily removed `IBDesignable` support on iOS. ## 0.3.0 -- Initial iOS beta release. +- Initial iOS beta release. -Known issues: +Known issues: -- None. +- None. diff --git a/platform/ios/Mapbox-iOS-SDK.podspec b/platform/ios/Mapbox-iOS-SDK.podspec index 51e1a27257..280056f930 100644 --- a/platform/ios/Mapbox-iOS-SDK.podspec +++ b/platform/ios/Mapbox-iOS-SDK.podspec @@ -1,7 +1,7 @@ Pod::Spec.new do |m| m.name = 'Mapbox-iOS-SDK' - m.version = '3.1.2' + m.version = '3.2.0-pre.1-symbols' 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 Touch APIs.' diff --git a/platform/ios/scripts/package.sh b/platform/ios/scripts/package.sh index 4c7ce7573a..cb1cafa880 100755 --- a/platform/ios/scripts/package.sh +++ b/platform/ios/scripts/package.sh @@ -76,7 +76,7 @@ if [[ "${BUILD_FOR_DEVICE}" == true ]]; then -target everything \ -jobs ${JOBS} fi - + if [[ ${BUILD_DYNAMIC} == true ]]; then step "Building dynamic framework for iOS devices (build ${PROJ_VERSION})…" xcodebuild -sdk iphoneos${IOS_SDK_VERSION} \ @@ -135,13 +135,13 @@ if [[ "${BUILD_FOR_DEVICE}" == true ]]; then ${LIBS[@]/#/gyp/build/${BUILDTYPE}-iphoneos/libmbgl-} \ ${LIBS[@]/#/gyp/build/${BUILDTYPE}-iphonesimulator/libmbgl-} fi - + if [[ ${BUILD_DYNAMIC} == true ]]; then step "Copying dynamic framework into place for iOS devices" cp -r \ gyp/build/${BUILDTYPE}-iphoneos/${NAME}.framework \ ${OUTPUT}/dynamic/ - + step "Merging simulator dynamic library into device dynamic library…" lipo \ gyp/build/${BUILDTYPE}-iphoneos/${NAME}.framework/${NAME} \ @@ -158,7 +158,7 @@ else -o ${OUTPUT}/static/${NAME}.framework/${NAME} \ ${LIBS[@]/#/gyp/build/${BUILDTYPE}-iphonesimulator/libmbgl-} fi - + if [[ ${BUILD_DYNAMIC} == true ]]; then step "Copying dynamic framework into place for iOS Simulator…" cp -r \ @@ -188,7 +188,7 @@ if [[ ${BUILD_STATIC} == true ]]; then step "Copying static library headers…" mkdir -p "${OUTPUT}/static/${NAME}.framework/Headers" cp -pv platform/{darwin,ios}/include/*.h "${OUTPUT}/static/${NAME}.framework/Headers" - cat platform/ios/framework/Mapbox-static.h > "${OUTPUT}/static/${NAME}.framework/Headers/Mapbox.h" + cat ios/framework/Mapbox-static.h > "${OUTPUT}/static/${NAME}.framework/Headers/Mapbox.h" cat platform/ios/framework/Mapbox.h >> "${OUTPUT}/static/${NAME}.framework/Headers/Mapbox.h" fi |