From c181e10e92c0c6f541a6d6d5e7ec04f6fbfa8a5f Mon Sep 17 00:00:00 2001 From: Laurent Sansonetti Date: Thu, 31 Oct 2013 22:08:44 +0100 Subject: [PATCH] add 'rake profile' task as a shortcut to 'rake profile:simulator' --- lib/motion/project/template/ios.rb | 3 +++ 1 file changed, 3 insertions(+) diff --git a/lib/motion/project/template/ios.rb b/lib/motion/project/template/ios.rb index 48e082cc..3d561d30 100644 --- a/lib/motion/project/template/ios.rb +++ b/lib/motion/project/template/ios.rb @@ -179,6 +179,9 @@ task :static do sh "/usr/bin/lipo -create #{libs.join(' ')} -output \"#{fat_lib}\"" end +desc "Same as profile:simulator" +task :profile => ['profile:simulator'] + namespace :profile do desc "Run a build on the simulator through Instruments" task :simulator => 'build:simulator' do