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

24
pages.ko/osx/carthage.md Normal file
View File

@@ -0,0 +1,24 @@
# carthage
> Cocoa 애플리케이션을 위한 의존성 관리 도구.
> 더 많은 정보: <https://github.com/Carthage/Carthage>.
- Cartfile에 언급된 모든 의존성을 최신 버전으로 다운로드하고 빌드:
`carthage update`
- 의존성을 업데이트하되, iOS용으로만 빌드:
`carthage update --platform ios`
- 의존성을 업데이트하되, 빌드하지 않음:
`carthage update --no-build`
- 현재 버전의 의존성을 다운로드하고 재빌드(업데이트하지 않음):
`carthage bootstrap`
- 특정 의존성을 재빌드:
`carthage build {{의존성}}`