Skip to content

Commit

Permalink
Update for changed namespaces in CP 1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
neonichu committed Jul 17, 2016
1 parent 4a379f1 commit 826dc94
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/cocoapods-packager/pod_utils.rb
Expand Up @@ -206,13 +206,13 @@ def update_file_accessors(dynamic_target, dynamic_sandbox)
end

def install_file_references(dynamic_sandbox, pod_targets, pods_project)
installer = Pod::Installer::FileReferencesInstaller.new(dynamic_sandbox, pod_targets, pods_project)
installer = Pod::Installer::Xcode::PodsProjectGenerator::FileReferencesInstaller.new(dynamic_sandbox, pod_targets, pods_project)
installer.install!
end

def install_library(dynamic_sandbox, dynamic_target)
return if dynamic_target.target_definitions.flat_map(&:dependencies).empty?
target_installer = Pod::Installer::PodTargetInstaller.new(dynamic_sandbox, dynamic_target)
target_installer = Pod::Installer::Xcode::PodsProjectGenerator::PodTargetInstaller.new(dynamic_sandbox, dynamic_target)
target_installer.install!

# Installs System Frameworks
Expand Down

0 comments on commit 826dc94

Please sign in to comment.