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
d8297f70
Commit
d8297f70
authored
May 10, 2015
by
Marius Rackwitz
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
[Target] Move #target_definition to AggregateTarget
parent
325986e3
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
5 deletions
+4
-5
target.rb
lib/cocoapods/target.rb
+0
-5
aggregate_target.rb
lib/cocoapods/target/aggregate_target.rb
+4
-0
No files found.
lib/cocoapods/target.rb
View file @
d8297f70
...
@@ -6,11 +6,6 @@ module Pod
...
@@ -6,11 +6,6 @@ module Pod
# This class is used to represent both the targets and their libraries.
# This class is used to represent both the targets and their libraries.
#
#
class
Target
class
Target
# @return [TargetDefinition] the target definition of the Podfile that
# generated this target.
#
attr_reader
:target_definition
# @return [Sandbox] The sandbox where the Pods should be installed.
# @return [Sandbox] The sandbox where the Pods should be installed.
#
#
attr_reader
:sandbox
attr_reader
:sandbox
...
...
lib/cocoapods/target/aggregate_target.rb
View file @
d8297f70
...
@@ -3,6 +3,10 @@ module Pod
...
@@ -3,6 +3,10 @@ module Pod
# of the single Pods. The client targets will then depend on this one.
# of the single Pods. The client targets will then depend on this one.
#
#
class
AggregateTarget
<
Target
class
AggregateTarget
<
Target
# @return [TargetDefinition] the target definition of the Podfile that
# generated this target.
attr_reader
:target_definition
# Initialize a new instance
# Initialize a new instance
#
#
# @param [TargetDefinition] target_definition @see target_definition
# @param [TargetDefinition] target_definition @see target_definition
...
...
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