Skip to content

Commit

Permalink
Fix Cocoapods release (#2599)
Browse files Browse the repository at this point in the history
  • Loading branch information
louwers authored Jul 16, 2024
1 parent 3b19112 commit b4a1ffe
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 5 deletions.
8 changes: 7 additions & 1 deletion platform/ios/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,14 @@ MapLibre welcomes participation and contributions from everyone. Please read [`C

## main

- Allow changing color of scalebar on iOS ([#2614](https://github.com/maplibre/maplibre-native/pull/2614)).
## 6.5.2

- Fix Cocoapods release ([#2599](https://github.com/maplibre/maplibre-native/pull/2599)).
- Experimental API to toggle tile cache in map view ([#2590](https://github.com/maplibre/maplibre-native/pull/2590)). This can reduce memory usage at the cost of having to parse tile data again when the zoom level changes.
- Allow changing color of scalebar on iOS ([#2614](https://github.com/maplibre/maplibre-native/pull/2614)).
- Fix version in action sheet ([#2602](https://github.com/maplibre/maplibre-native/pull/2602)).
- Fixed attribution link in action sheets ([#2587](https://github.com/maplibre/maplibre-native/pull/2587)).
- Internal: Add TaggedScheduler, couple lifetime of tasks and orchestrator ([#2398](https://github.com/maplibre/maplibre-native/pull/2398)).

## 6.5.1

Expand Down
3 changes: 0 additions & 3 deletions platform/ios/MapLibre.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,4 @@ Pod::Spec.new do |s|
s.social_media_url = 'https://mastodon.social/@maplibre'
s.ios.deployment_target = '12.0'
s.ios.vendored_frameworks = "MapLibre.xcframework"
s.resource_bundle = {
"MapLibre_Privacy" => "PrivacyInfo.xcprivacy"
}
end
2 changes: 1 addition & 1 deletion platform/ios/VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
6.5.1
6.5.2

0 comments on commit b4a1ffe

Please sign in to comment.