lib/cocoapods-jxedt/binary/hooks/pre_install.rb in cocoapods-jxedt-0.0.17 vs lib/cocoapods-jxedt/binary/hooks/pre_install.rb in cocoapods-jxedt-0.0.18
- old
+ new
@@ -68,9 +68,10 @@
require 'cocoapods-jxedt/git_helper/cache_pucher'
output_dir = prebuild_sandbox.standard_sandbox_root + Jxedt.config.binary_dir
Jxedt::CachePucher.push(output_dir, build_targets, false)
end
end
+ source_installer.generate_pods_index_project!
prebuild_sandbox.clean_source_project!
log_section "🤖 Resume pod installation"
require_relative '../targets/pod_target'
require_relative '../Intergation'
\ No newline at end of file