Skip to content

Commit

Permalink
fix: Remove duplicate C++ lib for cocoapod (#3312)
Browse files Browse the repository at this point in the history
* Update Sentry.podspec

* changelog
  • Loading branch information
brustolin authored Sep 28, 2023
1 parent 3437454 commit d8eb419
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 1 deletion.
1 change: 1 addition & 0 deletions .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ on:
- 'scripts/ci-select-xcode.sh'
- 'scripts/no-changes-in-high-risk-files.sh'
- 'Sentry.xcodeproj/**'
- '*.podspec'

jobs:
swift-lint:
Expand Down
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Changelog

## Unreleased

### Fixes

- Remove "duplicate library" warning (#3312)

## 8.13.0

### Fixes
Expand Down
1 change: 0 additions & 1 deletion Sentry.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@ Pod::Spec.new do |s|
s.module_name = "Sentry"
s.requires_arc = true
s.frameworks = 'Foundation'
s.libraries = 'z', 'c++'
s.swift_versions = "5.5"
s.pod_target_xcconfig = {
'GCC_ENABLE_CPP_EXCEPTIONS' => 'YES',
Expand Down

0 comments on commit d8eb419

Please sign in to comment.