Sha256: 4b9cebcb55a6716885359e0f6431f5b15145b6a16da566cedc22a3e871c84bd0

Contents?: true

Size: 445 Bytes

Versions: 38

Compression:

Stored size: 445 Bytes

Contents

module ProMotion
  # This is a workaround to a RubyMotion bug that displays an error message when calling
  # `super` from application:didFinishLaunchingWithOptions: (which you sometimes need to
  # do when using a custom AppDelegate parent class).
  # See issue: https://github.com/clearsightstudio/ProMotion/issues/116
  class DelegateParent
    def application(application, didFinishLaunchingWithOptions:options)
      true
    end
  end
end

Version data entries

38 entries across 38 versions & 1 rubygems

Version Path
ProMotion-2.0.1 lib/ProMotion/delegate/delegate_parent.rb
ProMotion-2.0.0 lib/ProMotion/delegate/delegate_parent.rb
ProMotion-2.0.0.rc5 lib/ProMotion/delegate/delegate_parent.rb
ProMotion-2.0.0.rc4 lib/ProMotion/delegate/delegate_parent.rb
ProMotion-2.0.0.rc3 lib/ProMotion/delegate/delegate_parent.rb
ProMotion-2.0.0.rc2 lib/ProMotion/delegate/delegate_parent.rb
ProMotion-2.0.0.rc1 lib/ProMotion/delegate/delegate_parent.rb
ProMotion-1.2.1 lib/ProMotion/delegate/delegate_parent.rb
ProMotion-1.2.0 lib/ProMotion/delegate/delegate_parent.rb
ProMotion-1.1.2 lib/ProMotion/delegate/delegate_parent.rb
ProMotion-1.1.1 lib/ProMotion/delegate/delegate_parent.rb
ProMotion-1.1.0 lib/ProMotion/delegate/delegate_parent.rb
ProMotion-1.1.0.rc1 lib/ProMotion/delegate/delegate_parent.rb
ProMotion-1.0.4 lib/ProMotion/delegate/delegate_parent.rb
ProMotion-1.0.3 lib/ProMotion/delegate/delegate_parent.rb
ProMotion-1.0.2 lib/ProMotion/delegate/delegate_parent.rb
ProMotion-1.0.1 lib/ProMotion/delegate/delegate_parent.rb
ProMotion-1.0.0 lib/ProMotion/delegate/delegate_parent.rb