Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fixed crash when app is build with Xcode 9.3 #28

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

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.

None yet

1 participant