Skip to content
This repository has been archived by the owner on Nov 2, 2019. It is now read-only.

Issue 37 is not available in release 0.2.0 #99

Closed
garrefa opened this issue Nov 10, 2016 · 1 comment
Closed

Issue 37 is not available in release 0.2.0 #99

garrefa opened this issue Nov 10, 2016 · 1 comment

Comments

@garrefa
Copy link

garrefa commented Nov 10, 2016

The changelog for release 0.2.0 says:

But when i install 0.2.0 (at least with cocoapods) i dont see the change applied.
Instead, i still have the old method where options is of kind [UIApplicationOpenURLOptionsKey : Any]

  @available(iOS 9.0, *)
  @discardableResult
  public func application(_ app: UIApplication, open url: URL, options: [UIApplicationOpenURLOptionsKey : Any] = [:]) -> Bool {
    return delegate.application(app,
                                open: url,
                                sourceApplication: options[UIApplicationOpenURLOptionsKey.sourceApplication] as? String,
                                annotation: options[UIApplicationOpenURLOptionsKey.annotation])
  }

issue 37 link

Just found out that this commit undid the change.

My PR to fix this

@nlutsenko
Copy link
Contributor

Looks like this is not an issue, per discussion in #100.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants