Class: FWToolkit::Tasks::BuildTask

Inherits:
Rake::TaskLib
  • Object
show all
Includes:
Rake::DSL
Defined in:
lib/fwtoolkit/tasks/build.rb

Constant Summary collapse

TEMPLATES_DIR =
File.expand_path('../../../templates/', File.dirname(__FILE__))

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize {|_self| ... } ⇒ BuildTask

Returns a new instance of BuildTask.

Yields:

  • (_self)

Yield Parameters:



45
46
47
48
# File 'lib/fwtoolkit/tasks/build.rb', line 45

def initialize(&block)
  yield self if block_given?
  define
end

Instance Attribute Details

#bundle_identifierObject

Returns the value of attribute bundle_identifier.



41
42
43
# File 'lib/fwtoolkit/tasks/build.rb', line 41

def bundle_identifier
  @bundle_identifier
end

#certificateObject

Returns the value of attribute certificate.



42
43
44
# File 'lib/fwtoolkit/tasks/build.rb', line 42

def certificate
  @certificate
end

#provisioning_profileObject

Returns the value of attribute provisioning_profile.



43
44
45
# File 'lib/fwtoolkit/tasks/build.rb', line 43

def provisioning_profile
  @provisioning_profile
end

#schemeObject

Returns the value of attribute scheme.



40
41
42
# File 'lib/fwtoolkit/tasks/build.rb', line 40

def scheme
  @scheme
end

#workspaceObject

Returns the value of attribute workspace.



39
40
41
# File 'lib/fwtoolkit/tasks/build.rb', line 39

def workspace
  @workspace
end