oss-review-toolkit / ort

A suite of tools to automate software compliance checks.

Home Page:https://oss-review-toolkit.org

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Carthage: Add support for Cartfile.private file

tsteenbe opened this issue · comments

In Carthage one can specify a Cartfile.private to define the project's build and test dependencies.

Propose extend Carthage.kt so any dependency found in Cartfile.private is assigned to the "private" scope in Ort so it's easy to exclude build and test frameworks. Maybe assign scope 'default' or 'public' to all dependencies found in Cartfile.resolved and not Cartfile.private?