From 2279a23db1bf47aea5ba62d89b4e2289533c6f3e Mon Sep 17 00:00:00 2001 From: Christophe Deschamps Date: Wed, 13 Jul 2022 10:24:46 +0200 Subject: [PATCH] Added dropdown patch into Podfile --- Podfile | 1 + 1 file changed, 1 insertion(+) diff --git a/Podfile b/Podfile index d91bf11a5..d4693c415 100644 --- a/Podfile +++ b/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'