mirror of
https://github.com/zhigang1992/RubyMotion.git
synced 2026-06-12 09:09:02 +08:00
add 'rake profile' task as a shortcut to 'rake profile:simulator'
This commit is contained in:
committed by
Watson
parent
4001ffff84
commit
c181e10e92
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user