.XCCONFIG 파일 확장자
Xcode Configuration Settings File
| 개발사 | Apple |
| 인기도 |
3.4 | 5 투표 |
XCCONFIG 파일이란 무엇인가요?
Configuration file created by Xcode, a Mac OS X software development application; stores parameters for configuring the build of Xcode projects; can be referenced by multiple Xcode projects to use the same build settings.
추가 정보
To create the XCCONFIG file, open the project you want to create the XCCONFIG file for, select File → New → File..., choose "Other" (under iOS and OS X), select "Configuration Settings File," name the file, choose the save location, and click Create.
XCCONFIG 파일을 열거나 참조하는 프로그램
Mac