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

Commit 2b1a42f

Browse files
committed
fix(podfile): fix missing comma in headers list
1 parent 7a9fd18 commit 2b1a42f

2 files changed

Lines changed: 6 additions & 1 deletion

File tree

BugsnagReactNative.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ Pod::Spec.new do |s|
2121
s.source_files = 'cocoa/BugsnagReactNative.{h,m}',
2222
'cocoa/vendor/bugsnag-cocoa/Source/**/*.{h,m,mm,cpp,c}',
2323

24-
s.public_header_files = 'cocoa/**/BugsnagReactNative.h' +
24+
s.public_header_files = 'cocoa/**/BugsnagReactNative.h,' +
2525
'cocoa/**/BSG_KSCrashReportWriter.h,' +
2626
'cocoa/**/Bugsnag{,MetaData,Configuration,Breadcrumb,CrashReport,Plugin}.h'
2727

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,11 @@
11
Changelog
22
=========
33

4+
## 2.23.8 (TBC)
5+
6+
* Fix missing comma in podspec headers list
7+
[#456](https://github.com/bugsnag/bugsnag-react-native/pull/456)
8+
49
## 2.23.7 (2020-04-07)
510

611
### Bug fixes

0 commit comments

Comments
 (0)