Commit de4fbe83 authored by Eloy Durán's avatar Eloy Durán

[Core] Update syntax change.

parent 35b9250d
......@@ -67,7 +67,7 @@ module Pod
# @param [String] build_config Name of the build configuration that caller is unsure if this target should
# be linked with.
def include_in_build_config?(build_config)
@target_definition.is_pod_whitelisted_for_configuration?(@specs[0].name, build_config)
@target_definition.pod_whitelisted_for_configuration?(@specs[0].name, build_config)
end
end
......
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