Skip to content

Commit

Permalink
Merge pull request #5 from SimonFairbairn/DeprecationWarning
Browse files Browse the repository at this point in the history
Fixes issue #2
  • Loading branch information
fmo91 authored Mar 30, 2017
2 parents 44d4efd + 9cf4181 commit 8b51450
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -154,7 +154,7 @@ open class PluggableApplicationDelegate: UIResponder, UIApplicationDelegate {


// This callback will be made upon calling -[UIApplication registerUserNotificationSettings:]. The settings the user has granted to the application will be passed in as the second argument.
@available(iOS 8.0, *)
@available(iOS, introduced: 8.0, deprecated: 10.0, message: "Use UserNotification UNNotification Settings instead")
public func application(_ application: UIApplication, didRegister notificationSettings: UIUserNotificationSettings) {
for service in __services {
service.application?(application, didRegister: notificationSettings)
Expand Down

0 comments on commit 8b51450

Please sign in to comment.