osx/terminal-notifier: fix typo, osx/*: add Korean translation (#14758)

This commit is contained in:
코드싸이
2024-11-12 04:54:15 +09:00
committed by GitHub
parent 3c745bfaae
commit f5003bb990
202 changed files with 3796 additions and 1 deletions

16
pages.ko/osx/xctool.md Normal file
View 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`