Method: ChocTop::Configuration#build_target

Defined in:
lib/choctop.rb,
lib/choctop.rb

#build_targetObject

The name of the target in Xcode, such as MacRuby’s Compile or Embed. Uses the application name by default.



59
60
61
# File 'lib/choctop.rb', line 59

def build_target
  @build_target
end