-
-
Notifications
You must be signed in to change notification settings - Fork 146
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
Unclear if SPM is supported #151
Comments
While the README is not perfect about it, it is supported. See https://github.com/mono0926/LicensePlist#--package-path |
@mathaeus Can you give a brief how it can be used with SPM? |
@marci0907 I use such a script to wrap the call to the
and the config file (
|
@mathaeus But that is my issue. I'm trying to integrate licence-plist to the app via SPM (so not to a Package.swift) and I don't have the binary itself, but only the checked out repo (maybe I have missed sth). |
The original issue is talking about using But to answer your question: I haven't tried adding EDIT: I've also never tried calling a binary that is added via SPM to the Xcode project myself, but since |
I replaced I selected
It apprared. |
LicensePlist are no longer supported? |
@sugitatestblue as I mentioned above, this issue is about running |
@mathaeus |
@sugitatestblue kind of, yes. In my opinion SPM doesn't offer the same "flexibility" as cocoapods when it comes to installing dependencies that work on the project alongside the dependencies that are needed to run the project. |
@mathaeus |
@jooeungen the example I gave above is also showing how it looks for SPM via Xcode Note: The
|
I also hope that this bug↑ will be fixed :) |
I am now using Swift Package Manager (SPM) instead of Cocoapods to add dependencies and would like to know if this library supports generating licences plist based on the SPM dependencies that I use.
I think that this library supports SPM based on going through the issues, but this is not mentioned at all in the README.md.
It would be great if the README.md could be updated with clear instructions in how to use this library with SPM. Only Cocoapods and Carthage are currently mentioned at the moment.
The text was updated successfully, but these errors were encountered: