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