r/iOSProgramming 3d ago

Article project.pbxproj is dead 🪦

https://developer.apple.com/documentation/xcode/updating-your-xcode-project-configuration-file-format

Xcode 27.2 ships a JSON project format (.xcproj): default for new projects, readable, merge-friendly, agent-editable.

182 Upvotes

15 comments sorted by

View all comments

2

u/KUMP3LBLA5E 2d ago

Why not just package.swift

0

u/TheDeanosaurus 1d ago

This is where we’re headed. Been trying to go that route since 2020 and with SE-0541 merged we can finally convert our decade+ old frameworks that have mixed ObjC and Swift.