yonaskolb / yonaskolb/XcodeGen
Which product type should I use for a project containing only aggregate target?
Nobody has claimed this yet.
- Dominant language
- Swift
- Stars
- 8.8k
- Forks
- 908
- Avg merge
- 17d 14h
- Merged PRs (30d)
- 2
Description
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.
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start by tracing how XcodeGen handles product types for a project whose target has dependencies but no product. Check the generated project behavior for an aggregate-only target; done means one project can build its sub-project dependencies without generating an unwanted app product.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- swift
- Domain
- build-system
- Issue type
- Feature
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 25/100