Skip to content

Commit

Permalink
Outlining what needs to be done.
Browse files Browse the repository at this point in the history
  • Loading branch information
James Campbell committed Mar 13, 2016
1 parent 0256fbe commit 79e707f
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion lib/cocoapods-deploy/command/deploy.rb
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 100,8 @@ def install_sources_for_pod(pod)

# TODO: Modify with custom external source which downloads for multiple
# sources
#
#
# TODO: Patch self.concrete_class_from_params for ExternalSources
source = ExternalSources.from_dependency(dep, config.podfile.defined_in_file)
source.fetch(config.sandbox)
end
Expand All @@ -115,6 116,7 @@ def run
setup_environment
verify_environment

# TODO: BDD Patch
apply_resolver_patch

install_sources_for_lockfile
Expand Down

0 comments on commit 79e707f

Please sign in to comment.