-
-
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
Carthage & SPM Lockfiles not found with Tuist #220
Comments
Actually we found a way of how it works. By specifying LicensePlist license-plist --output-path "$tmpDir" \
--suppress-opening-directory \
--github-token "${GITHUB_ACCESS_TOKEN}" \
--add-version-numbers \
--cartfile-path "./Tuist/Dependencies/Lockfiles/Cartfile" \
--mintfile-path "./Mintfile" \
--package-path "./Tuist/Dependencies/Lockfiles/Package.resolved" \
--xcworkspace-path "MyProject.xcworkspace" |
For SPM, when I look more into this the inline method works like so: |
Any updates to this @mono0926 ? |
Hey hey 👋
as we use Tuist they put the lock files in different directories as you can see below. Therefore the collection of licenses for Carthage and SPM does not work anymore.
Can you add optional parameters to the command for the
Package.resolved
andCarthage.resolved
files? When the< are not specified the standard paths are assumed. That would help a lot :)The text was updated successfully, but these errors were encountered: