iBurnApp / iBurn-iOS

iBurn is an offline map and guide for the Burning Man art festival.
https://iburnapp.com
Mozilla Public License 2.0
70 stars 20 forks source link

Fix compilation on iOS 13 #106

Closed andyland closed 4 years ago

andyland commented 4 years ago

[NSDate now] was added in iOS 13 and conflicts with the current extension. It’s been renamed to present now

chrisballinger commented 4 years ago

@andyland Thank you!