.PBXBTREE 파일 확장자
Xcode Auto-Complete File
| 개발사 | Apple |
| 인기도 |
3.8 | 5 투표 |
PBXBTREE 파일이란 무엇인가요?
File created by Xcode, a software development tool for Mac OS X; contains references to functions, protocols, imports, and other data; used for code hinting and autocompletion by Xcode's CodeSense component.
추가 정보
PBXBTREE files save a binary tree ("btree"), which provides fast access to autocomplete information as the developer types characters. The PBXBTREE files are located within a project's build directory. For example, for "MyProject," they are stored within the /build/MyProject.build/Project.pbxindex/ directory.
참고: PBXBTREE files are automatically generated by Xcode. Therefore, if you delete them, Xcode will regenerate them.
PBXBTREE 파일을 열거나 참조하는 프로그램
Mac