WebviewJavaScriptBridge去掉UIWebvi

2023-10-18  本文已影响0人  rY_C

podfile里面可以这样写


pod 'WebViewJavascriptBridge', '~> 6.0.3'pre_install do |installer|

  dir_web = File.join(installer.sandbox.pod_dir('WebViewJavascriptBridge'), 'WebViewJavascriptBridge')

  Dir.foreach(dir_web) do |x|

    real_path = File.join(dir_web, x)

    if !File.directory?(real_path) && File.exist?(real_path)

      if x == 'WebViewJavascriptBridge.h' || x == 'WebViewJavascriptBridge.m'        File.delete(real_path)

      end    end  endend

上一篇下一篇

猜你喜欢

热点阅读