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

[TargetInstaller] Move #target_definition to AggregateTargetInstaller

parent 0cc8c2de
...@@ -184,12 +184,6 @@ module Pod ...@@ -184,12 +184,6 @@ module Pod
sandbox.project sandbox.project
end 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 # @return [PBXGroup] the group where the file references to the support
# files should be stored. # files should be stored.
# #
......
...@@ -31,6 +31,12 @@ module Pod ...@@ -31,6 +31,12 @@ module Pod
private 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 # Ensure that vendored static frameworks and libraries are not linked
# twice to the aggregate target, which shares the xcconfig of the user # twice to the aggregate target, which shares the xcconfig of the user
# target. # 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