I have a project with two Info.plist
files (one for each target). In the second Info.plist
, when I add a field it shows the internal name instead of the English name. For example UISupportedInterfaceOrientations
instead of "Supported Interface Orientations".
Also, when I click on the dropdown list to see all options, some of the options that are available in the first .plist
file are not in the second (eg CFBundleIconFiles
). The two problems are really the same thing (anything which shows the internal name does not appear in the dropdown).
The Bundle Verion is 1.1 in both files, the CFBundleInfoDictionaryVersion
are both the same, as are the plist version and the DTD.
What's stopping the second plist
from giving me these options? Thanks.