Commit b99ce415 authored by Marius Rackwitz's avatar Marius Rackwitz

[Refactor] Fix name of AggregateTargetInstaller#create_suport_files_group

parent a7b48aca
......@@ -12,7 +12,7 @@ module Pod
UI.message "- Installing target `#{target.name}` #{target.platform}" do
add_target
create_support_files_dir
create_suport_files_group
create_support_files_group
create_xcconfig_file
if target.requires_framework?
create_info_plist_file
......@@ -36,7 +36,7 @@ module Pod
#
# @return [void]
#
def create_suport_files_group
def create_support_files_group
parent = project.support_files_group
name = target.name
dir = target.support_files_dir
......
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