Skip to content

Commit

Permalink
Outline for code.
Browse files Browse the repository at this point in the history
  • Loading branch information
James Campbell committed Mar 10, 2016
1 parent 1899df6 commit 8f81936
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions lib/cocoapods-deploy/command/deploy.rb
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 64,13 @@ def run
setup_environment
verify_environment

#TODO: Update this so we get the pods actually used in the lockfile.
# - Then we use this as a look up for the podfile.
# - We map the ones we match to the lockfile
# - We leave it to the resolver to notice there is something missing
# - When it does notice this we catch the error and replace it with something
# more informative

#Install the sources from the lockfile
install_sources_for_lockfile
install(transform_podfile)
Expand Down

0 comments on commit 8f81936

Please sign in to comment.