You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
What I want to is to use a single project to manage all other sub-projects, so that I only need to build this single project in my shell script to have all other sub-projects built.
The problem is I am not sure which product type I should use. Currently, this single project has no product at all, it just has many dependencies in its target.
I tried with type: application, but the generated project gives me an app product, which I don't need.