Module: Hawk::Builder::DSL

Included in:
DSL
Defined in:
lib/hawk/builder.rb

Instance Method Summary collapse

Instance Method Details

#bundle_id_fix(fix) ⇒ Object



28
29
30
# File 'lib/hawk/builder.rb', line 28

def bundle_id_fix(fix)
  @bundle_id_fix = fix
end

#configuration(configuration) ⇒ Object



24
25
26
# File 'lib/hawk/builder.rb', line 24

def configuration(configuration)
  @configuration = configuration
end

#fullsize_image_path(path) ⇒ Object



40
41
42
# File 'lib/hawk/builder.rb', line 40

def fullsize_image_path(path)
  @fullsize_image_path = path
end

#icon_path(path) ⇒ Object



36
37
38
# File 'lib/hawk/builder.rb', line 36

def icon_path(path)
  @icon_path = path
end

#project(project) ⇒ Object



12
13
14
# File 'lib/hawk/builder.rb', line 12

def project(project)
  @project = project
end

#scheme(scheme) ⇒ Object



20
21
22
# File 'lib/hawk/builder.rb', line 20

def scheme(scheme)
  @scheme = scheme
end

#signing_identity(identity) ⇒ Object



8
9
10
# File 'lib/hawk/builder.rb', line 8

def signing_identity(identity)
  @signing_identity = identity
end

#vendor_name(name) ⇒ Object



32
33
34
# File 'lib/hawk/builder.rb', line 32

def vendor_name(name)
  @vendor_name = name
end

#workspace(workspace) ⇒ Object



16
17
18
# File 'lib/hawk/builder.rb', line 16

def workspace(workspace)
  @workspace = workspace
end