.PBXUSER 파일 확장자
Xcode Project User Data File
| 개발사 | Apple |
| 인기도 |
3.7 | 3 투표 |
PBXUSER 파일이란 무엇인가요?
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.
추가 정보
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.
참고: 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.