Skip to content

Commit e1eef01

Browse files
committed
merge datso#219 to support RN 0.60+
1 parent 4abd7c3 commit e1eef01

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

react-native-pjsip.podspec

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,4 +17,8 @@ Pod::Spec.new do |s|
1717

1818
s.dependency 'React'
1919
s.vendored_frameworks = 'ios/VialerPJSIP.framework'
20+
s.xcconfig = {
21+
'GCC_PREPROCESSOR_DEFINITIONS' => 'PJ_AUTOCONF=1',
22+
'USE_HEADERMAP' => 'NO',
23+
}
2024
end

0 commit comments

Comments
 (0)