mirror of
https://gitlab.linphone.org/BC/public/linphone-iphone.git
synced 2026-01-17 11:08:06 +00:00
Added dropdown patch into Podfile
This commit is contained in:
parent
8743a01b88
commit
2279a23db1
1 changed files with 1 additions and 0 deletions
1
Podfile
1
Podfile
|
|
@ -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'
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue