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
e448ca4e
Commit
e448ca4e
authored
Mar 12, 2016
by
Marius Rackwitz
Committed by
Samuel Giddins
Mar 13, 2016
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
[Doc] Fix parameters of PodTarget#initialize
parent
d57e01a6
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
4 deletions
+4
-4
pod_target.rb
lib/cocoapods/target/pod_target.rb
+4
-4
No files found.
lib/cocoapods/target/pod_target.rb
View file @
e448ca4e
...
...
@@ -28,10 +28,10 @@ module Pod
#
attr_accessor
:dependent_targets
# @param [Array<Specification>]
@spec #see spec
# @param [Array<TargetDefinition>] target_definitions @see target_definitions
# @param [Sandbox] sandbox @see sandbox
# @param [String] scope_suffix @see scope_suffix
# @param [Array<Specification>]
specs @see #specs
# @param [Array<TargetDefinition>] target_definitions @see
#
target_definitions
# @param [Sandbox] sandbox @see
#
sandbox
# @param [String] scope_suffix @see
#
scope_suffix
#
def
initialize
(
specs
,
target_definitions
,
sandbox
,
scope_suffix
=
nil
)
raise
"Can't initialize a PodTarget without specs!"
if
specs
.
nil?
||
specs
.
empty?
...
...
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