We aren’t treating this as a bug on the code side as it is largely outside our control, perhaps it’s better treated as an opportunity for documentation. The best solution I can see to play nice with the use of Git and auto-crlf would be to modify (or add) a .gitattributes file to your project. If you add the line Info.plist text eol=lf it should ensure that Info.plist files always use line feeds.
1 Like