[profiler] Properly describe OS X rake task.

This commit is contained in:
Eloy Durán
2013-10-31 18:07:40 +01:00
committed by Watson
parent e9b72445f4
commit 4001ffff84

View File

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