Commit 44a139f3 authored by Nolan Waite's avatar Nolan Waite

Fix bug getting fileRef from buildFile

parent 82d359ce
...@@ -122,7 +122,7 @@ module Pod ...@@ -122,7 +122,7 @@ module Pod
# Returns a PBXFileReference instance corresponding to the uuid in the fileRef attribute. # Returns a PBXFileReference instance corresponding to the uuid in the fileRef attribute.
def file def file
project.objects[fileRef] @project.objects[fileRef]
end end
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