We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Swift Version 5.5.2 Komondor Version 1.1.3 Xcode Version 13.2
// swift-tools-version:5.5 import PackageDescription let package = Package( name: "kult", products: [ .executable(name: "app", targets: ["app-cli"]), ], dependencies: [ .package(url: "https://github.com/shibapm/Komondor.git", from: "1.1.3"), .package(url: "https://github.com/kylef/Commander", from: "0.9.1"), .package(url: "https://github.com/kareman/SwiftShell", from: "5.1.0"), ], targets: [ .target(name: "app-cli", dependencies: ["Commander", "SwiftShell"], path: "cli"), ] ) #if canImport(PackageConfig) import PackageConfig let config = PackageConfiguration([ "komondor": [ "pre-commit": [ "./scripts/format.sh", ], ], ]).write() #endif
The text was updated successfully, but these errors were encountered:
Pretty sure you're missing this: https://github.com/shibapm/Komondor/blob/master/Package.swift#L12
Sorry, something went wrong.
No branches or pull requests
Swift Version 5.5.2
Komondor Version 1.1.3
Xcode Version 13.2
The text was updated successfully, but these errors were encountered: