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-3.0.0 lib/ProMotion/delegate/delegate_parent.rb
ProMotion-2.8.2 lib/ProMotion/delegate/delegate_parent.rb
ProMotion-2.8.1 lib/ProMotion/delegate/delegate_parent.rb
ProMotion-2.8.0 lib/ProMotion/delegate/delegate_parent.rb
ProMotion-2.7.1 lib/ProMotion/delegate/delegate_parent.rb
ProMotion-2.7.0 lib/ProMotion/delegate/delegate_parent.rb
ProMotion-2.6.1 lib/ProMotion/delegate/delegate_parent.rb
ProMotion-2.6.0 lib/ProMotion/delegate/delegate_parent.rb
ProMotion-2.5.0 lib/ProMotion/delegate/delegate_parent.rb
ProMotion-2.5.0.beta1 lib/ProMotion/delegate/delegate_parent.rb
ProMotion-2.4.2 lib/ProMotion/delegate/delegate_parent.rb
ProMotion-2.4.1 lib/ProMotion/delegate/delegate_parent.rb
ProMotion-2.4.0 lib/ProMotion/delegate/delegate_parent.rb
ProMotion-2.3.1 lib/ProMotion/delegate/delegate_parent.rb
ProMotion-2.3.0 lib/ProMotion/delegate/delegate_parent.rb
ProMotion-2.2.2 lib/ProMotion/delegate/delegate_parent.rb
ProMotion-2.2.1 lib/ProMotion/delegate/delegate_parent.rb
ProMotion-2.2.0 lib/ProMotion/delegate/delegate_parent.rb
ProMotion-2.1.0 lib/ProMotion/delegate/delegate_parent.rb
ProMotion-2.1.0.beta1 lib/ProMotion/delegate/delegate_parent.rb