Upgrade to Xcode 26 default values
Open
Nobody has claimed this yet.
- Dominant language
- Swift
- Stars
- 2.2k
- Forks
- 355
- Avg merge
- 5h 48m
- Merged PRs (30d)
- 13
Description
New Xcode 26 projects use e.g. objectVersion = 77;
Also PBXFileReference ad new lastKnownFileType
Maybe an update like this one is overdue:
https://github.com/tuist/XcodeProj/commit/90a742ee3624e93238d14ee26207c437e347e441
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 by comparing the current handling of objectVersion and PBXFileReference with the referenced XcodeProj commit. Verify how Xcode 26 projects represent objectVersion 77 and lastKnownFileType, then confirm that those projects can be parsed and written without losing the new values.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- swift
- Domain
- build-system
- Issue type
- Feature
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 42/100