mirror of
https://github.com/ecency/ecency-mobile.git
synced 2024-11-22 23:28:56 +03:00
update pods and clean unnecessary function
This commit is contained in:
parent
5208b79f0f
commit
ece5cb633a
13
ios/Podfile
13
ios/Podfile
@ -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
|
@ -756,6 +756,6 @@ SPEC CHECKSUMS:
|
||||
Yoga: 4bd86afe9883422a7c4028c00e34790f560923d6
|
||||
YoutubePlayer-in-WKWebView: cfbf46da51d7370662a695a8f351e5fa1d3e1008
|
||||
|
||||
PODFILE CHECKSUM: 5040f9b94a8b41755e39338be7f09a2cd083d24a
|
||||
PODFILE CHECKSUM: e501f03ccf39df92114b6313802f6395715550c3
|
||||
|
||||
COCOAPODS: 1.10.1
|
||||
|
Loading…
Reference in New Issue
Block a user