Class: Xcake::Xcode::Scheme

Inherits:
Xcodeproj::XCScheme
  • Object
show all
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

Instance Attribute Details

#nameString

Returns name for the scheme.

Returns:

  • (String)

    name for the scheme.



11
12
13
# File 'lib/xcake/xcode/scheme.rb', line 11

def name
  @name
end