swift-package-manager
Manage, update, and resolve Swift package dependencies in Xcode projects using predefined commands like init, update, and clean. Streamline package operations for iOS development workflows.
Input Schema
Name | Required | Description | Default |
---|---|---|---|
command | Yes | SPM 명령어 (init, update, resolve, reset, clean) | |
extraArgs | No | 추가 SPM 인자들 | |
packageDir | Yes | Swift Package 디렉토리 경로 |