When I look at the package of one of my projects, I sometimes see one of these. What is it?
|
feedback
|
|
This is the file where XCode saves the preferences of your "perspective".
Where you windows are, if your console is open, where it is on the screen. There is another file name You don't need them to compile the project. And you should not put them into version control either. | |||
|
feedback
|
|
Those are files that Xcode creates. They are user-specific project settings. No need to worry about them. Edit: Based off of this question, I would add these to your .gitignore/.hgignore:
| |||||
feedback
|