Skip to content

Commit

Permalink
Fix import, release MapLibre iOS 6.12.1 (#3279)
Browse files Browse the repository at this point in the history
  • Loading branch information
louwers authored Mar 5, 2025
1 parent e6ce277 commit 46e821a
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 3 deletions.
5 changes: 5 additions & 0 deletions platform/ios/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,11 @@ MapLibre welcomes participation and contributions from everyone. Please read [`M

## main

## 6.12.1

- Use double quotes for MLNTileOperation.h import ([#3277](https://github.com/maplibre/maplibre-native/issues/3277)).
- Warn on rejected line geometry ([#3088](https://github.com/maplibre/maplibre-native/pull/3088)).

## 6.12.0

- Eliminate copies in deferred cleanup ([#3035](https://github.com/maplibre/maplibre-native/pull/3035)).
Expand Down
2 changes: 1 addition & 1 deletion platform/ios/VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
6.12.0
6.12.1
2 changes: 1 addition & 1 deletion platform/ios/src/MLNMapViewDelegate.h
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#import <UIKit/UIKit.h>

#import <MLNTileOperation.h>
#import "MLNCameraChangeReason.h"
#import "MLNTileOperation.h"
#import "Mapbox.h"

NS_ASSUME_NONNULL_BEGIN
Expand Down
2 changes: 1 addition & 1 deletion platform/macos/src/MLNMapViewDelegate.h
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#import <AppKit/AppKit.h>
#import <Foundation/Foundation.h>
#import <MLNTileOperation.h>
#import "MLNTileOperation.h"

NS_ASSUME_NONNULL_BEGIN

Expand Down

0 comments on commit 46e821a

Please sign in to comment.