-
Notifications
You must be signed in to change notification settings - Fork 24
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
Support for Swift 4.2.1 / Xcode 10.1 #1
Conversation
Sorry we did not make the review sooner, but you forgot to add anyone to reviewers. |
// Override point for customization after application launch. | ||
return true | ||
} | ||
|
||
func applicationWillResignActive(application: UIApplication) { | ||
func applicationWillResignActive(_ application: UIApplication) { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The same as in your LocationManager PR, feel free to delete these generated methods.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@mkj-is Done.
@mkj-is I don't have such permissions, but I hope that I will receive them soon. |
Good evening.
Thank you for this library, it is very interesting.
I added support of Swift 4.2.1 / Xcode 10.1. I fixed some warnings. Tested the example on a device with iOS 12.1.1 and it looks good.