We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cab2755 commit 578fcaeCopy full SHA for 578fcae
CHANGELOG.md
@@ -2,6 +2,10 @@
2
3
Mapbox welcomes participation and contributions from everyone.
4
5
+## main
6
+
7
+* Reduce MapboxMaps binary size by removing debug symbols. Complete dSYM files are still available in the XCFramework.
8
9
## 11.10.0 - 13 February, 2025
10
11
* Update CoreMaps to 11.10.0.
xcodegen/MapboxMaps.yml
@@ -23,6 +23,8 @@ targets:
23
SWIFT_INSTALL_OBJC_HEADER: NO
24
SWIFT_TREAT_WARNINGS_AS_ERRORS: NO
25
CODE_SIGN_STYLE: Automatic
26
+ STRIP_STYLE: non-global
27
+ STRIPFLAGS: -rS
28
sources:
29
- path: "../Sources/MapboxMaps/"
30
excludes:
0 commit comments