Commit b00eac3c authored by Marius Rackwitz's avatar Marius Rackwitz

[AggregateTarget] Remove unused #scoped_configuration_build_dir

parent 135189b4
...@@ -205,13 +205,6 @@ module Pod ...@@ -205,13 +205,6 @@ module Pod
"${SRCROOT}/#{relative_to_srcroot(embed_frameworks_script_path)}" "${SRCROOT}/#{relative_to_srcroot(embed_frameworks_script_path)}"
end 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 private
# @!group Private Helpers # @!group Private Helpers
......
...@@ -80,10 +80,6 @@ module Pod ...@@ -80,10 +80,6 @@ module Pod
it 'returns the path of the xcconfig file relative to the user project' do 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' @target.xcconfig_relative_path('Release').should == 'Pods/Target Support Files/Pods/Pods.release.xcconfig'
end 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 end
describe 'Pod targets' do describe 'Pod targets' do
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment