New Xcode 26 format
Open
Beginner friendly
Nobody has claimed this yet.
- Dominant language
- Swift
- Stars
- 2.2k
- Forks
- 355
- Avg merge
- 5h 48m
- Merged PRs (30d)
- 13
Description
Hi,
I noticed that files generated by XcodeProj set additional properties which are no longer used by the latest Xcode, so whenever I edit something in Xcode, it removes those properties:
This could be probably fixed by removing these two lines:
in PBXGroup.swift.
Contributor guide
No contributing guide indexed for this repository
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 in PBXGroup.swift and locate the two properties shown in the issue. Check how XcodeProj writes them into generated project files, then verify that the generated format no longer includes the obsolete properties and remains compatible with the reported Xcode behavior.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- swift
- Domain
- build-system
- Issue type
- Bug
- Difficulty
- 1/5
- Estimated time
- Under an hour
- Activity status
- Quiet
- Clarity
- Clearly specified
- Newbie friendliness
- 85/100