Skip to content

Commit

Permalink
Removes TOOD.
Browse files Browse the repository at this point in the history
  • Loading branch information
James Campbell committed Mar 11, 2016
1 parent f393ce4 commit 8815c60
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions lib/cocoapods-deploy/command/deploy.rb
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 50,6 @@ def transform_podfile
#
# TODO: BDD
def apply_resolver_patch

Resolver.class_eval do
def find_cached_set(dependency)
name = dependency.root_name
Expand Down Expand Up @@ -91,14 90,6 @@ def run

apply_resolver_patch

#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
# - Somehow need to make sure platform ones are ignored.

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

0 comments on commit 8815c60

Please sign in to comment.