Skip to content

Conversation

@nicholaslythall
Copy link

Removed implementation of the following methods that where deprecated in iOS 9.0 as they will cause apps to crash when built with Xcode 9.3:

open func application(_ application: UIApplication, handleOpen url: URL) -> Bool {
open func application(_ application: UIApplication, open url: URL, sourceApplication: String?, annotation: Any) -> Bool {

… in iOS 9.0 as they will cause apps to crash when built with Xcode 9.3:

open func application(_ application: UIApplication, handleOpen url: URL) -> Bool {
open func application(_ application: UIApplication, open url: URL, sourceApplication: String?, annotation: Any) -> Bool {
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant