Skip to content
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

Disable some features with flags #208

Open
rsahara opened this issue Feb 6, 2023 · 0 comments
Open

Disable some features with flags #208

rsahara opened this issue Feb 6, 2023 · 0 comments

Comments

@rsahara
Copy link

rsahara commented Feb 6, 2023

By default, the LicensePlist loads Cartfile, Mintfile, Pods, if the files exist.

However, in big projects there may be multiple build targets, and some of the build targets may not require all the tools/libraries declared in those files.
In this case we would want to use config files, and stop loading the Mintfile, Cartfile etc.
For now the only way I found to disable loading Mintfile was specifying an invalid file path, e.g. --mintfile-path INVALIDFILE.
It would be nice to have an option for this, e.g. --config-path config-that-contains-mintfile-stuff.yml --disable-mintfile.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant