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
b7764e4a
Commit
b7764e4a
authored
Apr 19, 2018
by
Samuel Giddins
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
[BuildSettings] Group & document methods
parent
d89751bd
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
2 additions
and
2 deletions
+2
-2
build_settings.rb
lib/cocoapods/target/build_settings.rb
+0
-0
aggregate_spec.rb
spec/unit/target/build_settings/aggregate_spec.rb
+1
-1
pod_spec.rb
spec/unit/target/build_settings/pod_spec.rb
+1
-1
No files found.
lib/cocoapods/target/build_settings.rb
View file @
b7764e4a
This diff is collapsed.
Click to expand it.
spec/unit/target/build_settings/aggregate_spec.rb
View file @
b7764e4a
...
@@ -354,7 +354,7 @@ module Pod
...
@@ -354,7 +354,7 @@ module Pod
it
'uses the target definition swift version'
do
it
'uses the target definition swift version'
do
@target_definition
.
stubs
(
:swift_version
).
returns
(
'0.1'
)
@target_definition
.
stubs
(
:swift_version
).
returns
(
'0.1'
)
@generator
.
__clear__
@generator
.
send
:
__clear__
@generator
.
send
(
:target_swift_version
).
should
==
Version
.
new
(
'0.1'
)
@generator
.
send
(
:target_swift_version
).
should
==
Version
.
new
(
'0.1'
)
end
end
...
...
spec/unit/target/build_settings/pod_spec.rb
View file @
b7764e4a
...
@@ -212,7 +212,7 @@ module Pod
...
@@ -212,7 +212,7 @@ module Pod
pod_target
.
stubs
(
:build_settings
=>
Pod
.
new
(
pod_target
,
false
))
pod_target
.
stubs
(
:build_settings
=>
Pod
.
new
(
pod_target
,
false
))
@generator
.
spec_consumers
.
each
{
|
sc
|
sc
.
stubs
(
:frameworks
=>
[])
}
@generator
.
spec_consumers
.
each
{
|
sc
|
sc
.
stubs
(
:frameworks
=>
[])
}
@generator
.
stubs
(
:dependent_targets
=>
[
pod_target
])
@generator
.
stubs
(
:dependent_targets
=>
[
pod_target
])
@generator
.
__clear__
@generator
.
send
:
__clear__
@generator
.
other_ldflags
.
should
.
be
==
%w(-l"VendoredDyld" -l"xml2" -framework "VendoredFramework" -framework "XCTest" -weak_framework "iAd")
@generator
.
other_ldflags
.
should
.
be
==
%w(-l"VendoredDyld" -l"xml2" -framework "VendoredFramework" -framework "XCTest" -weak_framework "iAd")
end
end
end
end
...
...
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