Skip to content

Commit

Permalink
merge datso#219 to support RN 0.60+
Browse files Browse the repository at this point in the history
  • Loading branch information
TristaTel25 committed Jan 22, 2021
1 parent 4abd7c3 commit e1eef01
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions react-native-pjsip.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -17,4 +17,8 @@ Pod::Spec.new do |s|

s.dependency 'React'
s.vendored_frameworks = 'ios/VialerPJSIP.framework'
s.xcconfig = {
'GCC_PREPROCESSOR_DEFINITIONS' => 'PJ_AUTOCONF=1',
'USE_HEADERMAP' => 'NO',
}
end

0 comments on commit e1eef01

Please sign in to comment.