common/s*: add and update Korean translation (#14666)
* common/s*: add and update Korean translation * scamper: fix typo * Update pages.ko/common/simplehttpserver.md Co-authored-by: Chooooo <contact@choo.ooo> * Update pages.ko/common/steamcmd.md Co-authored-by: Chooooo <contact@choo.ooo> --------- Co-authored-by: Sebastiaan Speck <shem.speck@gmail.com> Co-authored-by: Chooooo <contact@choo.ooo>
This commit is contained in:
28
pages.ko/common/swift.md
Normal file
28
pages.ko/common/swift.md
Normal file
@@ -0,0 +1,28 @@
|
||||
# swift
|
||||
|
||||
> Swift 프로젝트를 생성, 실행 및 빌드.
|
||||
> 더 많은 정보: <https://swift.org>.
|
||||
|
||||
- REPL(대화형 셸) 시작:
|
||||
|
||||
`swift repl`
|
||||
|
||||
- 프로그램 실행:
|
||||
|
||||
`swift {{파일.swift}}`
|
||||
|
||||
- 패키지 관리자로 새 프로젝트 시작:
|
||||
|
||||
`swift package init`
|
||||
|
||||
- Xcode 프로젝트 파일 생성:
|
||||
|
||||
`swift package generate-xcodeproj`
|
||||
|
||||
- 의존성 업데이트:
|
||||
|
||||
`swift package update`
|
||||
|
||||
- 프로젝트를 릴리스용으로 컴파일:
|
||||
|
||||
`swift build -c release`
|
Reference in New Issue
Block a user