calimarkus / JDStatusBarNotification

Highly customizable & feature rich notifications. Interactive dismiss. Custom Views. SwiftUI. Tap-to-hold. Progress. Written in Swift, compatible for ObjC!
http://calimarkus.github.io/JDStatusBarNotification/documentation/jdstatusbarnotification
MIT License
4.22k stars 562 forks source link

Update minimum iOS version supported to iOS 9 #116

Closed Kaspik closed 3 years ago

Kaspik commented 4 years ago

Starting XCode 12, the minimum iOS supported version is 9 and iOS 8 is not supported anymore. Currently a warning is produced by XCode about deployment target - so bumping minimum version to lowest supported will fix it.

I don't think there will be many users using less than iOS 9 anyways.

Kaspik commented 4 years ago

@calimarkus Would be nice to release 1.7.0 to be ready for XCode 12 sooner rather than later. :)