File tree Expand file tree Collapse file tree 3 files changed +8
-4
lines changed Expand file tree Collapse file tree 3 files changed +8
-4
lines changed Original file line number Diff line number Diff line change 1616 - Sentry.xcworkspace
1717 - Sentry.xcodeproj
1818 - Gemfile.lock
19+ - ' Package.swift'
1920
2021jobs :
2122 # We had issues that the release build was broken on main.
Original file line number Diff line number Diff line change 11# Changelog
22
3+
4+ ## Unreleased
5+
6+ ### Fixes
7+
8+ - Remove linker settings from Package.swift (#3188 )
9+
310## 8.9.3
411
512### Fixes
Original file line number Diff line number Diff line change @@ -31,10 +31,6 @@ let package = Package(
3131 . headerSearchPath( " SentryCrash/Reporting/Filters " ) ,
3232 . headerSearchPath( " SentryCrash/Reporting/Filters/Tools " ) ,
3333 . headerSearchPath( " SentryCrash/Reporting/Tools " )
34- ] ,
35- linkerSettings: [
36- . linkedLibrary( " z " ) ,
37- . linkedLibrary( " c++ " )
3834 ]
3935 ) ,
4036 . target( name: " SentryPrivate " ,
You can’t perform that action at this time.
0 commit comments