criticalmaps / criticalmaps-ios

Critical Maps iOS App 🚲✊
http://www.criticalmaps.net
MIT License
281 stars 40 forks source link

Replace a deprecated method #467

Closed woxtu closed 1 year ago

woxtu commented 1 year ago

📲 What

This PR replaces package(name:url:_:) in the package manifest with package(url:_:).

🤔 Why

package(name:url:_:) is deprecated in SwiftPM 5.7.

👀 See