Commit 66c791c1 authored by Fabio Pelosin's avatar Fabio Pelosin

[LibraryRepresentation] Fix crash in #prefix_header_path

parent b79c1c97
......@@ -27,9 +27,9 @@ module Pod
# @return [Pathname] The path of the prefix_header
#
def prefix_header_path
library.prefix_header_path
UI.warn "LibraryRepresentation#prefix_header_path is deprecated. " \
"Use the specification `prefix_header_contents` attribute."
library.prefix_header_path
end
alias :prefix_header_filename :prefix_header_path
......
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