diff --git a/lib/xcodeproj/project/object/reference_proxy.rb b/lib/xcodeproj/project/object/reference_proxy.rb index 3298182bd..665289c15 100644 --- a/lib/xcodeproj/project/object/reference_proxy.rb +++ b/lib/xcodeproj/project/object/reference_proxy.rb @@ -9,6 +9,10 @@ module Object class PBXReferenceProxy < AbstractObject # @!group Attributes + # @return [String] the name of the reference. + # + attribute :name, String + # @return [String] the path of the referenced filed. # attribute :path, String