This repository has been archived by the owner on Aug 8, 2023. It is now read-only.
ios-v3.3.0-rc.1
Pre-release
Pre-release
·
7935 commits
to master
since this release
Changes since ios-v3.3.0-beta.3:
- Added support for full Bitcode builds so that you can archive your application with Bitcode enabled for submission to the App Store via iTunes Connect. (#5586)
- Removed
-[MGLMapViewDelegate mapView:didDragAnnotationView:toCoordinate:]
. A drag operation on an annotation view automatically moves the associated annotation when the user lifts their finger. To cancel a drag, set the annotation view’sdragState
property toMGLAnnotationViewDragStateCanceling
. (#5561) - Fixed an issue in which stroked polygons in the base map were drawn with an incomplete outline. (#5591, #5596)
- Included CocoaPods podspecs to simplify installing the dynamic framework as a local development pod. (#5569)
- Telemetry data is compressed to further reduce mobile data usage. (#5490)
- Improved the method used to exclude the tile cache database from backups. (#5601)
To install this prerelease via CocoaPods, point your Podfile to a podspec inside the dynamic/ folder, or to https://raw.githubusercontent.com/mapbox/mapbox-gl-native/ios-v3.3.0-rc.1/platform/ios/Mapbox-iOS-SDK.podspec or https://raw.githubusercontent.com/mapbox/mapbox-gl-native/ios-v3.3.0-rc.1/platform/ios/Mapbox-iOS-SDK-symbols.podspec.
Documentation is available online or as part of the download.