Skip to content
This repository has been archived by the owner on Sep 14, 2020. It is now read-only.

Added BugsnagPlugin.h to podspec #450

Merged
merged 2 commits into from
Apr 6, 2020
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 3 additions & 1 deletion BugsnagReactNative.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,9 @@ Pod::Spec.new do |s|
s.source_files = 'cocoa/BugsnagReactNative.{h,m}',
'cocoa/vendor/bugsnag-cocoa/Source/**/*.{h,m,mm,cpp,c}',

s.public_header_files = 'cocoa/**/{Bugsnag,BugsnagReactNative,BugsnagMetaData,BugsnagConfiguration,BugsnagBreadcrumb,BugsnagCrashReport,BSG_KSCrashReportWriter}.h'
s.public_header_files = 'cocoa/**/BugsnagReactNative.h' +
'cocoa/**/BSG_KSCrashReportWriter.h,' +
'cocoa/**/Bugsnag{,MetaData,Configuration,Breadcrumb,CrashReport,Plugin}.h'

# If Bugsnag is previously installed via CocoaPods, use the Core subspec.
s.subspec 'Core' do |core|
Expand Down
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,13 @@
Changelog
=========

## 2.23.7 (TBC)

### Bug fixes

* Add missing `BugsnagPlugin.h` header to podspec file
[#450](https://github.com/bugsnag/bugsnag-react-native/pull/450)

## 2.23.6 (2020-02-10)

### Bug fixes
Expand Down
2 changes: 2 additions & 0 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -99,6 +99,8 @@ make ANDROID_VERSION=X IOS_VERSION=X upgrade_vendor
```

- Upgrade TypeScript definitions if the JavaScript has changed.
- Update `BugsnagReactNative.podspec` if the public headers have changed inside
bugsnag-cocoa's own podspec.

### Release Checklist

Expand Down