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
b00eac3c
Commit
b00eac3c
authored
Jan 27, 2016
by
Marius Rackwitz
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
[AggregateTarget] Remove unused #scoped_configuration_build_dir
parent
135189b4
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
0 additions
and
11 deletions
+0
-11
aggregate_target.rb
lib/cocoapods/target/aggregate_target.rb
+0
-7
aggregate_target_spec.rb
spec/unit/target/aggregate_target_spec.rb
+0
-4
No files found.
lib/cocoapods/target/aggregate_target.rb
View file @
b00eac3c
...
...
@@ -205,13 +205,6 @@ module Pod
"${SRCROOT}/
#{
relative_to_srcroot
(
embed_frameworks_script_path
)
}
"
end
# @return [String] The scoped configuration build dir, relevant if the
# target is integrated as framework.
#
def
scoped_configuration_build_dir
"$(BUILD_DIR)/$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME)/
#{
target_definition
.
label
}
"
end
private
# @!group Private Helpers
...
...
spec/unit/target/aggregate_target_spec.rb
View file @
b00eac3c
...
...
@@ -80,10 +80,6 @@ module Pod
it
'returns the path of the xcconfig file relative to the user project'
do
@target
.
xcconfig_relative_path
(
'Release'
).
should
==
'Pods/Target Support Files/Pods/Pods.release.xcconfig'
end
it
'returns the path for the CONFIGURATION_BUILD_DIR build setting'
do
@target
.
scoped_configuration_build_dir
.
should
==
'$(BUILD_DIR)/$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME)/Pods'
end
end
describe
'Pod targets'
do
...
...
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