yonaskolb / yonaskolb/XcodeGen
Support generating schemes with testable reference from different project
Nobody has claimed this yet.
- Dominant language
- Swift
- Stars
- 8.8k
- Forks
- 908
- Avg merge
- 17d 14h
- Merged PRs (30d)
- 2
Description
We're generating multiple projects, each has a build target and a test target. In order to run all the tests, we had to create each scheme for each test target in each project, and execute each of them.
It would be great if XcodeGen could generate scheme with references to test targets from other projects, so that running all tests can be done with just building one scheme.
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 locating XcodeGen's scheme-generation entry point and reviewing how targets from separate projects are represented. Verify that one generated scheme can reference test targets from other projects and run the complete test set; no specific file or test is named in the issue.
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
- 45/100