class Xcodeproj::Project::Object::PBXReferenceProxy


This class is used for referencing the products of another project.
project contained in the same workspace of the project document.
Apparently a proxy for a reference object which might belong another

def proxy?

Returns:
  • (Bool) - always true for this ISA.
def proxy?
  true
end