Method: Xcodeproj::Workspace::Reference#type
- Defined in:
- lib/xcodeproj/workspace/reference.rb
#type ⇒ String (readonly)
This can be of the following values:
-
absolute
-
group
-
container
-
developer (unsupported)
14 15 16 |
# File 'lib/xcodeproj/workspace/reference.rb', line 14 def type @type end |