nosnia-audio-recorder 0.4.3 → 0.4.4

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.
@@ -14,7 +14,12 @@ Pod::Spec.new do |s|
14
14
  s.source = { :git => "https://nosnia.ai.git", :tag => "#{s.version}" }
15
15
 
16
16
  s.source_files = "ios/*.{h,mm}"
17
+ s.exclude_files = "ios/**/*.generated.*"
17
18
  s.frameworks = "AVFoundation", "MediaPlayer"
18
19
 
20
+ # Only install module dependencies, skip Codegen duplication
19
21
  install_modules_dependencies(s)
22
+
23
+ # Prevent duplicate Codegen symbols by using header_mappings_dir
24
+ s.header_mappings_dir = "ios"
20
25
  end
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "nosnia-audio-recorder",
3
- "version": "0.4.3",
3
+ "version": "0.4.4",
4
4
  "description": "This is a modern audio recorder which actually works cross platform",
5
5
  "main": "./lib/module/index.js",
6
6
  "types": "./lib/typescript/src/index.d.ts",