update pods and clean unnecessary function

This commit is contained in:
feruz 2021-07-31 12:04:01 +03:00
parent 5208b79f0f
commit ece5cb633a
2 changed files with 1 additions and 14 deletions

View File

@ -26,16 +26,3 @@ target 'Ecency-tvOS' do
end
end
def find_and_replace(dir, findstr, replacestr)
Dir[dir].each do |name|
text = File.read(name)
replace = text.gsub(findstr,replacestr)
if text != replace
puts "Fix: " + name
File.open(name, "w") { |file| file.puts replace }
STDOUT.flush
end
end
Dir[dir + '*/'].each(&method(:find_and_replace))
end

View File

@ -756,6 +756,6 @@ SPEC CHECKSUMS:
Yoga: 4bd86afe9883422a7c4028c00e34790f560923d6
YoutubePlayer-in-WKWebView: cfbf46da51d7370662a695a8f351e5fa1d3e1008
PODFILE CHECKSUM: 5040f9b94a8b41755e39338be7f09a2cd083d24a
PODFILE CHECKSUM: e501f03ccf39df92114b6313802f6395715550c3
COCOAPODS: 1.10.1