Commit 1fdce609 authored by Joachim Bengtsson's avatar Joachim Bengtsson Committed by Eloy Durán

Fix code style issues reported by @alloy

parent d59e40f6
......@@ -81,7 +81,7 @@ module Pod
# => (e g per build configuration), provide the variant type here.
# @return [Pathname] the absolute path of the xcconfig file.
#
def xcconfig_path variant
def xcconfig_path(variant)
if variant then
support_files_root + "#{label}.#{variant}.xcconfig"
else
......
......@@ -96,8 +96,8 @@ module Pod
# @return [String] The path of the xcconfig file relative to the root of
# the user project.
#
def xcconfig_relative_path config_name
relative_to_srcroot(xcconfig_path config_name).to_s
def xcconfig_relative_path(config_name)
relative_to_srcroot(xcconfig_path(config_name)).to_s
end
# @return [String] The path of the copy resources script relative to the
......
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