Update Enterprise submodule.

Include pkl in the dependencies.
This commit is contained in:
Doug
2025-02-13 16:01:01 +00:00
committed by Doug
parent 8705ceb0b2
commit 61312fa8ff
4 changed files with 16 additions and 7 deletions

View File

@@ -17,7 +17,7 @@ struct SetupProject: ParsableCommand {
}
func brewInstall() throws {
try Zsh.run(command: "brew install xcodegen swiftgen swiftformat git-lfs sourcery mint kiliankoe/formulae/swift-outdated localazy/tools/localazy peripheryapp/periphery/periphery FelixHerrmann/tap/swift-package-list")
try Zsh.run(command: "brew install xcodegen swiftgen swiftformat git-lfs sourcery mint pkl kiliankoe/formulae/swift-outdated localazy/tools/localazy peripheryapp/periphery/periphery FelixHerrmann/tap/swift-package-list")
}
func mintPackagesInstall() throws {