-
Notifications
You must be signed in to change notification settings - Fork 281
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Support for swift package manager #212
Comments
I'm also looking for this to drop Cocoapods ! |
I've added SPM Support in a fork of this project -> https://github.com/worldiety/Swift-YouTube-Player. |
I have tried to link the fork into my Xcode 12.5.1 SPM, but the issue is the same, any suggestions please? |
Hey @jalian37 could you provide any more details? What issue occurs? |
I have entered this url into SPM https://github.com/worldiety/Swift-YouTube-Player.git, and received the following error |
Ok! The Fork currently only has the old tags of the base Repository. So the 0.7.2 has no SPM Support. The Idea was, that hopefully the changes from the fork will soon be merged in the next version of this Repository (e.g. 0.7.3) hence in the future the origin Repository will be used instead of my fork. Until that is the case, you need to set the Rules for the URL to "Branch" and then "Master". For now I can say, that I am (and my company also) have no intention in working actively on the fork, it's just a solution to integrate the Swift-Youtube-Player via SPM until the owner of this Repository merges the Pull Request into this project. Hope I could help you. |
Thank you! Problem solved :-) |
Please add a the swift package manifest to allow us to import this package via Xcode's mechanism
The text was updated successfully, but these errors were encountered: