mac-cain13 / R.swift

Strong typed, autocompleted resources like images, fonts and segues in Swift projects
MIT License
9.49k stars 763 forks source link

[feature request] Add support for JSON xcode projects #866

Closed mrmacete closed 1 week ago

mrmacete commented 10 months ago

It's possible to convert any Xcode project to JSON like this:

plutil -convert json project.pbxproj

Xcode happily ingests that format too, but when you do so, rswift will fail to parse it.

mac-cain13 commented 1 week ago

Thank you for your suggestion. However since Xcode won't write out a JSON projectfile by itself does by itself we won't support this for now.