under-os/under-os

View on GitHub
gems/under-os-core/lib/under_os/delegate.rb

Summary

Maintainability
A
0 mins
Test Coverage
#
# Just an app delegate to kick the things in
#
class AppDelegate
  def application(application, didFinishLaunchingWithOptions:launchOptions)
    UnderOs::App.setup(application, launchOptions)

    true
  end
end