Commit c7b67015 authored by Fabio Pelosin's avatar Fabio Pelosin

[Installer] Minor improvements

parent 22ca69d7
...@@ -341,6 +341,7 @@ module Pod ...@@ -341,6 +341,7 @@ module Pod
# @return [void] # @return [void]
# #
def write_lockfiles def write_lockfiles
UI.section "Writing Lockfiles" do
# checkout_options = sandbox.checkout_options # checkout_options = sandbox.checkout_options
@lockfile = Lockfile.generate(podfile, analysis_result.specifications) @lockfile = Lockfile.generate(podfile, analysis_result.specifications)
...@@ -352,6 +353,7 @@ module Pod ...@@ -352,6 +353,7 @@ module Pod
@lockfile.write_to_disk(sandbox.manifest_path) @lockfile.write_to_disk(sandbox.manifest_path)
end end
end end
end
# Integrates the user projects adding the dependencies on the CocoaPods # Integrates the user projects adding the dependencies on the CocoaPods
# libraries, setting them up to use the xcconfigs and performing other # libraries, setting them up to use the xcconfigs and performing other
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment