xcode*: add Korean translation (#14356)

This commit is contained in:
코드싸이
2024-10-24 18:17:43 +09:00
committed by GitHub
parent 044c7baf49
commit 20e2a2389c
4 changed files with 98 additions and 0 deletions

View File

@@ -0,0 +1,16 @@
# xcodebuild
> Xcode 프로젝트 빌드.
> 더 많은 정보: <https://developer.apple.com/library/archive/technotes/tn2339/_index.html>.
- 워크스페이스 빌드:
`xcodebuild -workspace {{워크스페이스_이름.workspace}} -scheme {{스킴_이름}} -configuration {{구성_이름}} clean build SYMROOT={{SYMROOT_경로}}`
- 프로젝트 빌드:
`xcodebuild -target {{대상_이름}} -configuration {{구성_이름}} clean build SYMROOT={{SYMROOT_경로}}`
- SDK 표시:
`xcodebuild -showsdks`