Lambdo-Labs / MDText

SwiftUI markdown
MIT License
131 stars 17 forks source link

(bugfix) Update UIApplication.shared.openURL to .open #8

Closed p-z-l closed 4 years ago

p-z-l commented 4 years ago

UIApplication.shared.openURL(...) has now been renamed to UIApplication.shared.open(...) in new versions of Swift.

Under some conditions, this will cause the app fail to build

andr-ec commented 4 years ago

Looks good, thanks for reviewing!