Whenever creating a new project or importing an existing one, Xcode usually creates three files and a folder. The first two files are found in the root of the project:
ProjectNameHere-Info.plist
ProjectNameHere-Prefix.pch
And the folder which can also be found in the project root directoy, is called:
en.lproj
which has this file:
InfoPlist.strings
Does anyone know what the purpose of these files are/what they contain? Im not sure whether to add these to my SVN (I'm using SmartSVN). Likewise if I don't check-in these generated files, how will Xcode react when someone else checks-out the project? Does Xcode re-create these files?