0

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)

alt text

Community
  • 1
  • 1
eonil
  • 83,476
  • 81
  • 317
  • 516

2 Answers2

0

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).

geowar
  • 4,397
  • 1
  • 28
  • 24
0

Restarting Xcode should fix the problem.