Commit 8200fdc8 authored by Marius Rackwitz's avatar Marius Rackwitz

[TargetInstaller] Move #target_definition to AggregateTargetInstaller

parent 0cc8c2de
......@@ -184,12 +184,6 @@ module Pod
sandbox.project
end
# @return [TargetDefinition] the target definition of the library.
#
def target_definition
target.target_definition
end
# @return [PBXGroup] the group where the file references to the support
# files should be stored.
#
......
......@@ -31,6 +31,12 @@ module Pod
private
# @return [TargetDefinition] the target definition of the library.
#
def target_definition
target.target_definition
end
# Ensure that vendored static frameworks and libraries are not linked
# twice to the aggregate target, which shares the xcconfig of the user
# target.
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment