mirror of
https://github.com/zhigang1992/RubyMotion.git
synced 2026-04-25 13:25:39 +08:00
[OSX] fix crashlog task
This commit is contained in:
@@ -87,7 +87,6 @@ task :ctags do
|
||||
end
|
||||
end
|
||||
|
||||
desc "Open the latest crash report generated for the app"
|
||||
# This task does not have a description as it is being used by template Rakefiles instead.
|
||||
task :__local_crashlog do
|
||||
logs = Dir.glob(File.join(File.expand_path("~/Library/Logs/DiagnosticReports/"), "#{App.config.name}_*"))
|
||||
|
||||
@@ -123,3 +123,6 @@ end
|
||||
|
||||
desc 'Same as profile:development'
|
||||
task :profile => 'profile:development'
|
||||
|
||||
desc "Open the latest crash report generated for the app"
|
||||
task :crashlog => :__local_crashlog
|
||||
|
||||
Reference in New Issue
Block a user