Commit aed2ce9
Add
This PR:
* [bindgen] Adds support for importing types marked as `internal` for
`swift_compat` generator
* [gl-native] Marks `Map` type as internal for `swift_compat` + adds a
nongenerated `swift_compat`-compatible binding for `Map` type.
* This is done in order to enable using it from `swift_compat` bindings
in other modules
* [maps-ios] Makes the underlying `Map` instance available externally
under `@_spi(Internal)`
cc @mapbox/core-sdk
cc @mapbox/gl-native
cc @mapbox/maps-ios
cc @mapbox/sdk-ci
GitOrigin-RevId: 9a1b28881257b3857657f85cbb607b1b08c92833swift_compat Map binding (#2900)1 parent 6768cad commit aed2ce9
File tree
4 files changed
+10
-7
lines changed- Sources/MapboxMaps/Foundation
- scripts/release/packager
4 files changed
+10
-7
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
21 | 21 | | |
22 | 22 | | |
23 | 23 | | |
24 | | - | |
25 | | - | |
| 24 | + | |
| 25 | + | |
26 | 26 | | |
27 | 27 | | |
28 | 28 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
7 | | - | |
| 7 | + | |
8 | 8 | | |
9 | | - | |
| 9 | + | |
10 | 10 | | |
11 | 11 | | |
12 | 12 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | | - | |
| 3 | + | |
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
| |||
196 | 196 | | |
197 | 197 | | |
198 | 198 | | |
| 199 | + | |
| 200 | + | |
| 201 | + | |
199 | 202 | | |
200 | 203 | | |
201 | 204 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | | - | |
3 | | - | |
| 2 | + | |
| 3 | + | |
4 | 4 | | |
5 | 5 | | |
0 commit comments