yonaskolb / yonaskolb/XcodeGen
Group targets into subdirectories of the Xcode project
Nobody has claimed this yet.
- Dominant language
- Swift
- Stars
- 8.8k
- Forks
- 908
- Avg merge
- 17d 14h
- Merged PRs (30d)
- 2
Description
Hi - reading through the project spec, I don't see a way to group project level targets. I'd like to achieve the following:
Project
-> Apps
---- App1
---- App2
-> App Extensions
---- AppExtension1
---- AppExtension2
Is there any way to accomplish this with XcodeGen?
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 with the project specification and the XcodeGen entry points that represent project-level targets. Check how generated Xcode projects model target groups, then determine whether the requested Apps and App Extensions hierarchy can be represented; done means the generated project preserves those target subdirectories.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- swift
- Domain
- build-system, tooling
- Issue type
- Feature
- Difficulty
- 5/5
- Estimated time
- Over a week
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100