Skip to content
Projects
Groups
Snippets
Help
Loading...
Sign in
Toggle navigation
C
cocoapods
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
gengmeiios
cocoapods
Commits
8200fdc8
Commit
8200fdc8
authored
May 09, 2015
by
Marius Rackwitz
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
[TargetInstaller] Move #target_definition to AggregateTargetInstaller
parent
0cc8c2de
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
6 deletions
+6
-6
target_installer.rb
lib/cocoapods/installer/target_installer.rb
+0
-6
aggregate_target_installer.rb
.../installer/target_installer/aggregate_target_installer.rb
+6
-0
No files found.
lib/cocoapods/installer/target_installer.rb
View file @
8200fdc8
...
...
@@ -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.
#
...
...
lib/cocoapods/installer/target_installer/aggregate_target_installer.rb
View file @
8200fdc8
...
...
@@ -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.
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment