Skip to content

Commit

Permalink
Update react-native-webrtc.podspec
Browse files Browse the repository at this point in the history
Add fake declaration of MacOS support
  • Loading branch information
MathiasGrund authored Mar 29, 2024
1 parent 35e992a commit 76d734f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion react-native-webrtc.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ Pod::Spec.new do |s|
s.source = { :git => 'git@github.com:react-native-webrtc/react-native-webrtc.git', :tag => 'release #{s.version}' }
s.requires_arc = true

s.platforms = { :ios => '12.0', :osx => '10.13', :tvos => '16.0' }
s.platforms = { :ios => '12.0', :osx => '10.13', :tvos => '16.0', ':macos' => '10.0' }

s.preserve_paths = 'ios/**/*'
s.source_files = 'ios/**/*.{h,m}'
Expand Down

0 comments on commit 76d734f

Please sign in to comment.