Class: Xcake::Xcode::Scheme
- Inherits:
-
Xcodeproj::XCScheme
- Object
- Xcodeproj::XCScheme
- Xcake::Xcode::Scheme
- Defined in:
- lib/xcake/xcode/scheme.rb
Overview
Special subclass of the Xcodeproj::XCScheme which adds capabilities and helper methods xcake need
Instance Attribute Summary collapse
-
#name ⇒ String
Name for the scheme.
Instance Attribute Details
#name ⇒ String
Returns name for the scheme.
11 12 13 |
# File 'lib/xcake/xcode/scheme.rb', line 11 def name @name end |