@goliapkg/sentori-react-native 0.1.2 → 0.1.3

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -18,4 +18,7 @@ Pod::Spec.new do |s|
18
18
  s.dependency 'ExpoModulesCore'
19
19
 
20
20
  s.source_files = 'ios/**/*.{h,m,mm,swift,hpp,cpp}'
21
+ # XCTest only links into test targets; including ios/Tests/** in the
22
+ # main pod target makes app builds fail with `no such module 'XCTest'`.
23
+ s.exclude_files = 'ios/Tests/**'
21
24
  end
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@goliapkg/sentori-react-native",
3
- "version": "0.1.2",
3
+ "version": "0.1.3",
4
4
  "description": "Sentori SDK for React Native — JS-layer error capture, native crash handlers (iOS / Android), batched transport.",
5
5
  "license": "MIT",
6
6
  "homepage": "https://sentori.golia.jp",