.XCODE 파일 확장자
Xcode Project
| 개발사 | Apple |
| 인기도 |
3.6 | 7 투표 |
XCODE 파일이란 무엇인가요?
An XCODE file is a software development project created by Apple Xcode, a software development IDE for macOS applications. It stores all of the project's information, including references to source files and project configuration data. XCODE files are rare since Xcode saves projects as .XCODEPROJ files by default.
추가 정보
Xcode is a free IDE Apple offers on the Mac App Store to provide tools for building, testing, deploying, and monitoring apps. As macOS developers build software with Xcode, they can save their progress as a project.
While Xcode saves projects as XCODEPROJ files, previous versions of the IDE saved projects as XCODE files. Information stored in the files includes source code, image files, and debug and release build settings.
XCODE 파일을 여는 방법
You can open XCODE files with Apple Xcode in macOS. For example, to open an XCODEPROJ file, select File → Open.
XCODE 파일을 변환하는 방법
Apple Xcode can save XCODE files as XCODEPROJ files. To do so, open the XCODE file, then select File → Save to save it as an XCODEPROJ file.