Added dropdown patch into Podfile

This commit is contained in:
Christophe Deschamps 2022-07-13 10:24:46 +02:00
parent 368d6fa90a
commit c74f37e95d

View file

@ -52,6 +52,7 @@ target 'msgNotificationContent' do
end
post_install do |installer|
system("sed 's/fileprivate let tableView =/public let tableView =/g' ./Pods/DropDown/DropDown/src/DropDown.swift > tmp.swift && mv -f tmp.swift ./Pods/DropDown/DropDown/src/DropDown.swift")
# Get the version of linphone-sdk
installer.pod_targets.each do |target|
if target.pod_name == 'linphone-sdk'