Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

xcodeproj files

Tags:

file

xcode

The below files have nothing to do with the project settings, right? It is just properties for the Xcode IDE.

*.mode1v3
*.pbxuser

like image 255
AOO Avatar asked Sep 04 '26 11:09

AOO


1 Answers

All *.mode*, *.pbxuser, and *.perspective* files can be safely discarded without affecting project organization. These files are used by Xcode to track which documents are open, which windows are displayed, what their sizes are, and how your project appears.

I ignore everything except for the project.pbxproj file when managing projects in version control. Since I use Subversion, I have the following line in ~/.subversion/config:

global-ignores = *.o *.lo *.la .*~ ._* .DS_Store *.pbxuser *.mode* *.perspective*

like image 200
Quinn Taylor Avatar answered Sep 08 '26 20:09

Quinn Taylor



Donate For Us

If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!