yonaskolb / yonaskolb/XcodeGen
Ignore renamed Info.plist files
Nobody has claimed this yet.
- Dominant language
- Swift
- Stars
- 8.8k
- Forks
- 908
- Avg merge
- 17d 14h
- Merged PRs (30d)
- 2
Description
At the moment Info.plist files are treated differently in that they don't get added to the Resources build phase.
We should change this to check a target's various levels of build settings for INFOPLIST_FILE, and ignore what is in that setting as some projects may use a different name than Info.plist
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 Info.plist files are identified and added to the Resources build phase, then inspect how a target's build settings are resolved. Done means every filename supplied through INFOPLIST_FILE at the target's supported settings levels is excluded from Resources, including renamed plist files.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- swift
- Domain
- build-system
- Issue type
- Bug
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100