First, there is no settings.ipad, it’s only settings.iphone.
Android doesn’t have a UIStatusBarHidden key, that’s an iOS feature.
skipPNGcrush does not go in the .plist table, it goes in the main .iphone table.
CFBundleIconFile was an iOS 3-5 feature. Our minimum is now iOS 8, so this can be safely removed.
The two location entries are likely false-positives and can be ignored. Also some of these may have been addressed as we continue to refine the source data for what’s valid in the build.settings file. Perhaps 3061 might clear up these false positives. The other ones I listed above are actually problems that you might want to address like removing the .ipad table since we never use it.
Rob