Update to Xcode 12

This commit is contained in:
relikd
2020-09-17 16:41:18 +02:00
parent 71045bf0dd
commit 7118ec3b02
6 changed files with 12 additions and 9 deletions

View File

@@ -9,6 +9,7 @@ enum NotificationRequestState {
case .authorized: self = .Authorized
case .provisional: self = .Provisional
case .notDetermined: fallthrough
case .ephemeral: fallthrough
@unknown default: self = .NotDetermined
}
}