osx/terminal-notifier: fix typo, osx/*: add Korean translation (#14758)
This commit is contained in:
16
pages.ko/osx/xctool.md
Normal file
16
pages.ko/osx/xctool.md
Normal file
@@ -0,0 +1,16 @@
|
||||
# xctool
|
||||
|
||||
> Xcode 프로젝트 빌드.
|
||||
> 더 많은 정보: <https://github.com/facebookarchive/xctool>.
|
||||
|
||||
- 워크스페이스 없이 단일 프로젝트 빌드:
|
||||
|
||||
`xctool -project {{YourProject.xcodeproj}} -scheme {{YourScheme}} build`
|
||||
|
||||
- 워크스페이스의 일부인 프로젝트 빌드:
|
||||
|
||||
`xctool -workspace {{YourWorkspace.xcworkspace}} -scheme {{YourScheme}} build`
|
||||
|
||||
- 정리하고, 빌드하고, 모든 테스트 실행:
|
||||
|
||||
`xctool -workspace {{YourWorkspace.xcworkspace}} -scheme {{YourScheme}} clean build test`
|
Reference in New Issue
Block a user