Skip to content

Commit

Permalink
Test for hash.
Browse files Browse the repository at this point in the history
  • Loading branch information
James Campbell committed Mar 11, 2016
1 parent afb244b commit 4ddee31
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions lib/cocoapods-deploy/command/deploy.rb
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 70,10 @@ def find_cached_set(dependency)

# Installed required sources.
def install_sources_for_lockfile

puts config.lockfile.to_hash
exit

config.lockfile.pod_names.each do |dep|
transformer = DeployTransformer.new(config.lockfile, config.sandbox)
dep = transformer.transform_dependency_name(dep)
Expand Down

0 comments on commit 4ddee31

Please sign in to comment.