Add support for Xcode 26 project format
Nobody has claimed this yet.
Assessment
- Difficulty
- 1/5
- Estimated time
- Under an hour
- Newbie friendliness
- 88/100
- Issue type
- Feature
- Clarity
- Clearly specified
- Activity status
- Quiet
- Tech stack
- swift
- Domain
- build-system
Research direction
Start in Sources/XcodeGenKit/ProjectFormat.swift and inspect how existing Xcode project formats are represented. Add the proposed Xcode 26.3 format with objectVersion 100, then run the repository's relevant test suite to confirm the new format is recognized.
Written by the indexing model from the issue text.
Description
Follow-up to #1566 (see this comment).
Xcode 26 introduces a new project format with objectVersion = 100, not yet covered by ProjectFormat.
Suggested addition in Sources/XcodeGenKit/ProjectFormat.swift:
case xcode26_3objectVersion:100
- Dominant language
- Swift
- Stars
- 8.8k
- Forks
- 908
- Avg merge
- 17d 14h
- Merged PRs (30d)
- 2
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.
More from yonaskolb/XcodeGen
-
Difficulty 1/5 Under an hour Newbie friendliness 75/100
-
Difficulty 3/5 1-2 days Newbie friendliness 72/100
-
Difficulty 3/5 1-2 days Newbie friendliness 65/100
-
Difficulty 3/5 1-2 days Newbie friendliness 68/100
-
Donate Open
Difficulty 5/5 Over a week Newbie friendliness 15/100
All issues in yonaskolb/XcodeGen
Similar issues
-
enhancement
Difficulty 2/5 1-3 hours Newbie friendliness 68/100
-
type: docs
Difficulty 1/5 Under an hour Newbie friendliness 95/100
googleapis/google-cloud-swift#971 ·
-
Difficulty 2/5 1-3 hours Newbie friendliness 76/100
bitcoindevkit/bdk-ffi#1125 ·
-
Difficulty 2/5 1-3 hours Newbie friendliness 72/100
mozilla-mobile/firefox-ios#35743 ·
-
Difficulty 2/5 1-3 hours Newbie friendliness 84/100
manaflow-ai/cmux#13417 ·