Method: Xcodeproj::Project::Object::PBXGroup#path
- Defined in:
- lib/xcodeproj/project/object/group.rb
#path ⇒ String
Note:
This attribute is present for groups that are linked to a folder in the file system.
Returns the path to a folder in the file system.
37 |
# File 'lib/xcodeproj/project/object/group.rb', line 37 attribute :path, String |