yonaskolb / yonaskolb/XcodeGen
Development pod test targets in scheme
Nobody has claimed this yet.
- Dominant language
- Swift
- Stars
- 8.8k
- Forks
- 908
- Avg merge
- 17d 14h
- Merged PRs (30d)
- 2
Description
I use development pods in a project and these local pods each have their own test targets. In the main app I have a scheme called UnitTests that aggregates all of these pod test targets and runs them together. Since pod install can only be run after the xcodeproj is generated, is something like this possible 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 by reading how XcodeGen generates schemes in the xcodeproj, then examine how a UnitTests scheme could include test targets from development pods after pod install. Compare the generated project before and after pod install. Done means a documented XcodeGen configuration can aggregate those pod test targets reliably.
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
- 35/100