Skip to content

Commit

Permalink
Merge pull request #189 from mrackwitz/fix_missing_attribute_name_for…
Browse files Browse the repository at this point in the history
…_reference_proxy

Add attribute :name for PBXReferenceProxy
  • Loading branch information
mrackwitz committed Oct 24, 2014
2 parents 0820d51 + 8d62852 commit 06ff73d
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions lib/xcodeproj/project/object/reference_proxy.rb
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 06ff73d

Please sign in to comment.