Sha256: 587ee888426a00aa76414768fbc7df87aea5d7eeb873db33b0fa018e5dc19716
Contents?: true
Size: 616 Bytes
Versions: 2
Compression:
Stored size: 616 Bytes
Contents
require 'fwtoolkit/tasks/build_tasks' FWToolkit::Tasks::BuildTask.new do |t| t.workspace = '<Project Name>.xcworkspace' t.scheme = '<Scheme Name>' t.certificate = 'iPhone Developer: Matt Brooke-Smith (WQH444M434)' t.provisioning_profile = '/Users/matt/Library/MobileDevice/Provisioning Profiles/72515CD9-7732-40D5-BE5F-8AE06BF5769C.mobileprovision' t.bundle_identifier = '<Bundle Identifier>' 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
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
fwtoolkit-0.5.1 | templates/cucumber/Rakefile |
fwtoolkit-0.5.0 | templates/cucumber/Rakefile |