xcsentinel
Build Helper for Xcode
파일 탐색기
최종 버전 다운로드 (.zip)- ci.yml
- modern-swift.md
- swift-argument-parser.mdc
- swift-concurrency.md
- swift-testing-api.mdc
- swift-testing-playbook.mdc
- swift6-migration.mdc
- xcode-agent-manual.md
- COVERAGE.md
- spec.md
- xcsentinel.rb
- BuildCommand.swift
- CompletionCommand.swift
- LogCommands.swift
- RunCommand.swift
- BuildEngine.swift
- DeviceManager.swift
- OutputFormatter.swift
- ProcessExecutor.swift
- SessionManager.swift
- StateController.swift
- LogSession.swift
- Responses.swift
- State.swift
- XCSentinelError.swift
- main.swift
- Version.swift
- BuildCommandTests.swift
- RunCommandTests.swift
- BuildEngineTests.swift
- ConcurrencyTests.swift
- DeviceManagerTests.swift
- EdgeCaseTests.swift
- ErrorScenarioTests.swift
- LogStreamingTests.swift
- OutputFormatterTests.swift
- OutputFormatterUnitTests.swift
- ProcessExecutorTests.swift
- SessionManagerTests.swift
- StateControllerTests.swift
- StateControllerUnitTests.swift
- TestHelpers.swift
- IntegrationTests.swift
- LogCommandIntegrationTests.swift
- WorkflowTests.swift
- BasicJSONTests.swift
- CommandJSONIntegrationTests.swift
- JSONOutputValidationTests.swift
- SimpleJSONTests.swift
- MockFileManager.swift
- MockProcess.swift
- MockProtocols.swift
- ErrorUnitTests.swift
- LogSessionTests.swift
- ResponsesTests.swift
- ResponseUnitTests.swift
- StateTests.swift
- XCSentinelErrorTests.swift
- PerformanceTests.swift
- TestTags.swift
- VersionTests.swift
- README.md
- .gitignore
- CHANGELOG.md
- CLAUDE.md
- codecov.yml
- LICENSE
- Makefile.install
- Package.resolved
- Package.swift
- README.md
- SPEC_COMPLIANCE.md
- test-summary.sh
# 설치 가이드
1. 코드 내려받기
git clone https://github.com/steipete/xcsentinel
깃허브에서 프로젝트 코드 전체를 내 컴퓨터로 내려받습니다.
cd xcsentinel
방금 내려받은 프로젝트 폴더 안으로 이동합니다.
2. 공식 설치 스크립트
쉬움 추천사전 준비물
- Homebrew macOS/Linux용 패키지 매니저입니다.
brew tap steipete/xcsentinel
Homebrew에 이 프로젝트의 저장소(tap)를 등록합니다.
brew install xcsentinel
Homebrew로 이미 빌드된 패키지를 바로 설치합니다. 소스 빌드가 필요 없습니다.
설치 후 새 터미널을 열고, 프로그램의 버전 확인 명령(예: --version)으로 정상 설치됐는지 확인하세요.
이 레포의 README에 적힌 실제 명령어를 그대로 가져왔습니다.
// repository documentation
Was this content helpful?
(0 ratings)
