.PBXUSER File Extension
Xcode Project User Data File
Developer | Apple |
Popularity |
3.7 | 3 Votes |
What is a PBXUSER file?
File created by Xcode, a software development application for Mac OS X; saves user settings for the development project, including the currently-opened files, window settings, build preferences, project directories, and many more properties; used for remembering local settings.
More Information
Because PBXUSER files contain local user settings, they generally are not checked into source code control systems for collaborative development projects. However, sometimes a file named default.pbxuser is checked into the repository at the outset of the project so that all developers start with the same common preferences instead of having to redefine them each individually.
NOTE: The PBXUSER file for an Xcode project is stored within the .XCODEPROJ project file. To access this file manually, remove the ".xcodeproj" extension from the XCODEPROJ file and open the resulting folder.