joogps / SlideOverCard

A SwiftUI card view, made great for setup interactions.
MIT License
1.08k stars 43 forks source link

Documentation need to be updated for Xcode 13? #11

Closed adams-family closed 2 years ago

adams-family commented 2 years ago

This might be actually my limited knowledge on how to use Swift Packages but the documentation says that I'm supposed to go to File > Swift Package Manager.

I don't see such menu item so I was trying to do it another way but still can't make it work:

2022-01-06 17 34 06

Any hints on how to link this package?

joogps commented 2 years ago

hi @adams-family! you're right, adding a swift package changed along the way what you can do for now is paste the entire repository link in the search bar and it should work :)

I'm working on a huge update to this component for now, but I'll make sure to update the README soon

joogps commented 2 years ago

fixed with 791197c26a0fea83fcf31b1e9fb9a324db7a4b0b :D

joogps commented 2 years ago

also, fun side note: if you link your GitHub with Xcode, you get a nice list of starred repos in the SPM modal sidebar

image