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