Commit bf34912a authored by Samuel Giddins's avatar Samuel Giddins

[PodTargetInstaller] Remove method that duplicates superclass behavior

parent 11072aee
...@@ -596,17 +596,6 @@ module Pod ...@@ -596,17 +596,6 @@ module Pod
flags * ' ' flags * ' '
end end
# Adds a reference to the given file in the support group of this target.
#
# @param [Pathname] path
# The path of the file to which the reference should be added.
#
# @return [PBXFileReference] the file reference of the added file.
#
def add_file_to_support_group(path)
support_files_group.new_file(path)
end
def apply_xcconfig_file_ref_to_resource_bundle_targets(resource_bundle_targets, xcconfig_file_ref) def apply_xcconfig_file_ref_to_resource_bundle_targets(resource_bundle_targets, xcconfig_file_ref)
resource_bundle_targets.each do |rsrc_target| resource_bundle_targets.each do |rsrc_target|
rsrc_target.build_configurations.each do |rsrc_bc| rsrc_target.build_configurations.each do |rsrc_bc|
......
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