add 'rake profile' task as a shortcut to 'rake profile:simulator'

This commit is contained in:
Laurent Sansonetti
2013-10-31 22:08:44 +01:00
committed by Watson
parent 4001ffff84
commit c181e10e92

View File

@@ -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