Skip to content

Commit 578fcae

Browse files
authored
Strip binaries (#2458)
1 parent cab2755 commit 578fcae

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,10 @@
22

33
Mapbox welcomes participation and contributions from everyone.
44

5+
## main
6+
7+
* Reduce MapboxMaps binary size by removing debug symbols. Complete dSYM files are still available in the XCFramework.
8+
59
## 11.10.0 - 13 February, 2025
610

711
* Update CoreMaps to 11.10.0.

xcodegen/MapboxMaps.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,8 @@ targets:
2323
SWIFT_INSTALL_OBJC_HEADER: NO
2424
SWIFT_TREAT_WARNINGS_AS_ERRORS: NO
2525
CODE_SIGN_STYLE: Automatic
26+
STRIP_STYLE: non-global
27+
STRIPFLAGS: -rS
2628
sources:
2729
- path: "../Sources/MapboxMaps/"
2830
excludes:

0 commit comments

Comments
 (0)