mirror of
https://github.com/zhigang1992/RubyMotion.git
synced 2026-06-12 00:35:25 +08:00
[profiler] Properly describe OS X rake task.
This commit is contained in:
@@ -96,7 +96,7 @@ task :static do
|
||||
end
|
||||
|
||||
# TODO change to singular build task for development and release.
|
||||
desc "Run a build on the simulator through Instruments"
|
||||
desc "Run a build through Instruments"
|
||||
task :profile => 'build:development' do
|
||||
plist = App.config.profiler_config_plist('MacOSX', "-NSDocumentRevisionsDebugMode YES #{ENV['args']}")
|
||||
App.profile('MacOSX', plist)
|
||||
|
||||
Reference in New Issue
Block a user