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

Commit

Permalink
Merge pull request #456 from bugsnag/tom/fix-podspec-headers-list
Browse files Browse the repository at this point in the history
fix(podfile): fix missing comma in headers list
  • Loading branch information
tomlongridge authored May 18, 2020
2 parents 7a9fd18 + 2b1a42f commit bc9564d
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
2 changes: 1 addition & 1 deletion BugsnagReactNative.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ 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/**/BugsnagReactNative.h' +
s.public_header_files = 'cocoa/**/BugsnagReactNative.h,' +
'cocoa/**/BSG_KSCrashReportWriter.h,' +
'cocoa/**/Bugsnag{,MetaData,Configuration,Breadcrumb,CrashReport,Plugin}.h'

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

## 2.23.8 (TBC)

* Fix missing comma in podspec headers list
[#456](https://github.com/bugsnag/bugsnag-react-native/pull/456)

## 2.23.7 (2020-04-07)

### Bug fixes
Expand Down

0 comments on commit bc9564d

Please sign in to comment.