Daltron / NotificationBanner

The easiest way to display highly customizable in app notification banners in iOS
MIT License
4.78k stars 662 forks source link

Target MarqueeLabel Version 4.0.2 #320

Closed chickdan closed 3 years ago

chickdan commented 3 years ago

Version 4.0.3 of MarqueeLabel introduced a breaking change by increasing the deployment target from iOS 8 to iOS 12 so NotificationBanner is failing to build due to pulling 4.0.3 while still targeting iOS 10. Many apps and projects depend on NotificationBanner so I thought this would be a better solution that increasing the deployment target.

chickdan commented 3 years ago

The maintainer of MarqueeLabel reduced the deployment target. Closing.