Sha256: ac4ccbad773e2e353becce1d970aa3d39174f7206c37f30bbb6bbd89387237a2

Contents?: true

Size: 687 Bytes

Versions: 23

Compression:

Stored size: 687 Bytes

Contents

require 'fwtoolkit/tasks'

FWToolkit::Tasks::BuildTask.new do |t|
  # Used for Frank testing
  t.workspace = '<%= @app_name %>.xcworkspace'
  t.scheme = '<%= @app_name %>'
  t.bundle_identifier = 'com.futureworkshops.<%= @app_name %>'
  
  # Used for FW Build upload
  t.certificate = 'iPhone Developer: Matt Brooke-Smith (WQH444M434)'
  t.provisioning_profile = '/Users/matt/Library/MobileDevice/Provisioning Profiles/72515CD9-7732-40D5-BE5F-8AE06BF5769C.mobileprovision'
 
end

namespace :services do
  task :seed do
    # define any seeds to use with rake services:run here
    # t = TestObject.new
    # t.save!
  end
end

task :cruise => ["ci:pod_build"]
task :default => ["cruise"]

Version data entries

23 entries across 23 versions & 1 rubygems

Version Path
fwtoolkit-0.9.3 templates/fwt/Rakefile.erb
fwtoolkit-0.9.2 templates/fwt/Rakefile.erb
fwtoolkit-0.9.1 templates/fwt/Rakefile.erb
fwtoolkit-0.9.0 templates/fwt/Rakefile.erb
fwtoolkit-0.8.7 templates/fwt/Rakefile.erb
fwtoolkit-0.8.6 templates/fwt/Rakefile.erb
fwtoolkit-0.8.5 templates/fwt/Rakefile.erb
fwtoolkit-0.8.4 templates/fwt/Rakefile.erb
fwtoolkit-0.8.3 templates/fwt/Rakefile.erb
fwtoolkit-0.8.2 templates/fwt/Rakefile.erb
fwtoolkit-0.8.1 templates/fwt/Rakefile.erb
fwtoolkit-0.8.0 templates/fwt/Rakefile.erb
fwtoolkit-0.7.3 templates/fwt/Rakefile.erb
fwtoolkit-0.7.2 templates/fwt/Rakefile.erb
fwtoolkit-0.7.1 templates/fwt/Rakefile.erb
fwtoolkit-0.7.0 templates/fwt/Rakefile.erb
fwtoolkit-0.6.6 templates/fwt/Rakefile.erb
fwtoolkit-0.6.5 templates/fwt/Rakefile.erb
fwtoolkit-0.6.4 templates/fwt/Rakefile.erb
fwtoolkit-0.6.3 templates/fwt/Rakefile.erb