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
9a4f361d
Commit
9a4f361d
authored
May 10, 2015
by
Marius Rackwitz
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
[PodTarget] Add optional constructor argument 'scoped'
parent
a5f0f487
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
1 deletion
+3
-1
pod_target.rb
lib/cocoapods/target/pod_target.rb
+3
-1
No files found.
lib/cocoapods/target/pod_target.rb
View file @
9a4f361d
...
@@ -25,11 +25,13 @@ module Pod
...
@@ -25,11 +25,13 @@ module Pod
# @param [Specification] spec @see spec
# @param [Specification] spec @see spec
# @param [Array<TargetDefinition>] target_definitions @see target_definitions
# @param [Array<TargetDefinition>] target_definitions @see target_definitions
# @param [Sandbox] sandbox @see sandbox
# @param [Sandbox] sandbox @see sandbox
# @param [Bool] scoped @see scoped
#
#
def
initialize
(
specs
,
target_definitions
,
sandbox
)
def
initialize
(
specs
,
target_definitions
,
sandbox
,
scoped
=
false
)
@specs
=
specs
@specs
=
specs
@target_definitions
=
target_definitions
@target_definitions
=
target_definitions
@sandbox
=
sandbox
@sandbox
=
sandbox
@scoped
=
scoped
@build_headers
=
Sandbox
::
HeadersStore
.
new
(
sandbox
,
'Private'
)
@build_headers
=
Sandbox
::
HeadersStore
.
new
(
sandbox
,
'Private'
)
@file_accessors
=
[]
@file_accessors
=
[]
@resource_bundle_targets
=
[]
@resource_bundle_targets
=
[]
...
...
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