lib/cocoapods-jxedt/command/binary/command/source_project.rb in cocoapods-jxedt-0.0.19 vs lib/cocoapods-jxedt/command/binary/command/source_project.rb in cocoapods-jxedt-0.0.20

- old
+ new

@@ -42,9 +42,11 @@ # 获取原始的installer对象,必须先获取对象 prebuild_sandbox = Pod::JxedtPrebuildSandbox.from_standard_sandbox(sandbox) source_installer = Pod::JxedtPrebuildInstaller.new(prebuild_sandbox, podfile, lockfile) # 执行install source_installer.install! + # 生成index工程 + source_installer.generate_pods_index_project! end end end end end \ No newline at end of file