Sha256: 5e4d5dee5fce0a41ca83fb2549028bdfb3fa00545508588db6532828d9012650

Contents?: true

Size: 214 Bytes

Versions: 6

Compression:

Stored size: 214 Bytes

Contents

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

    true
  end
end

Version data entries

6 entries across 6 versions & 2 rubygems

Version Path
under-os-core-1.4.0 lib/under_os/delegate.rb
under-os-1.3.0 lib/under_os/delegate.rb
under-os-1.2.1 lib/under_os/delegate.rb
under-os-1.2.0 lib/under_os/delegate.rb
under-os-1.1.0 lib/under_os/delegate.rb
under-os-1.0.0 lib/under_os/delegate.rb