Description
I've just discovered this super useful tool. Great work, thanks a lot 👍
I was wondering if you'd be interested to implement the same arrangement of name/value pairs in output files, as they appear in Xcode build settings list, possibly even adding appropriate section comments (for Architectures, Assets, Build Locations,…). I took a look into the /* Begin XCBuildConfiguration section */
part of .pbxproj
files and I see it contains simple, plain lists of name/value pairs and they appear exactly in the same order in output configuration files. Hence I understand this feature would require some tedious work and keeping some kind of reference list of all possible settings arranged in sections (Architectures, Assets, Build Locations,…) and also quite possible a need to update that reference list after each new major Xcode release. Anyway I'd appreciate to hear if you're willing to add something like this.
Thanks and keep up the great work.