How can I recover formatting of application's info.plist in Xcode?
I duplicated default build target. Some code files are duplicated also. Problem is, duplicated info.plist file is not formatted by Xcode.
I don't think this is normal. Any workaround? Or any way to specify formatting of plist? (which may format other type of .plist by my 开发者_如何转开发custom formatting rules)
Restarting Xcode should fix the problem.
Contextually (right- or control-) click both files and select the "Open as" -> "source file" option to view them as text. You can then (visually) diff them to determine what changed (and fix it).
精彩评论