зеркало из https://github.com/nextcloud/talk-ios.git
Use singular File.exist? alias in Podfile
This commit is contained in:
Родитель
fcf69b6a22
Коммит
2eb83296f1
2
Podfile
2
Podfile
|
@ -44,7 +44,7 @@ pre_install do |installer|
|
|||
dir_af = File.join(installer.sandbox.pod_dir('AFNetworking'), 'UIKit+AFNetworking')
|
||||
Dir.foreach(dir_af) {|x|
|
||||
real_path = File.join(dir_af, x)
|
||||
if (!File.directory?(real_path) && File.exists?(real_path))
|
||||
if (!File.directory?(real_path) && File.exist?(real_path))
|
||||
if((x.start_with?('UIWebView') || x == 'UIKit+AFNetworking.h'))
|
||||
File.delete(real_path)
|
||||
puts 'delete:'+ x
|
||||
|
|
Загрузка…
Ссылка в новой задаче