Skip to content
This repository has been archived by the owner on Aug 21, 2023. It is now read-only.

Enable autoconf #9

Merged
merged 1 commit into from
Nov 18, 2020
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
18 changes: 0 additions & 18 deletions RNPjSip.podspec

This file was deleted.

6 changes: 6 additions & 0 deletions react-native-pjsip.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -17,4 +17,10 @@ Pod::Spec.new do |s|

s.dependency 'React'
s.vendored_frameworks = 'ios/VialerPJSIP.framework'

# https://github.com/datso/react-native-pjsip/pull/219/files
s.xcconfig = {
'GCC_PREPROCESSOR_DEFINITIONS' => 'PJ_AUTOCONF=1',
'USE_HEADERMAP' => 'NO',
}
end