It would be great to have your package available via Mint or Mise. It offers additional ways to install your tool to suite every needs.
I have a project that heavily rely on modules (see https://docs.tuist.dev/en/guides/develop/projects/tma-architecture). For example I want to customize the path to my .prefire.yml config (could not make it work with the plugin) and want to pin the Prefire version for each project (could not do with Homebrew without uninstalling reinstalling specific version).
I think the first step would be to move up the PrefireExecutable contents and check for some hardcoded path to homebrew like here :
|
static let templatePath = "/opt/homebrew/Cellar/Prefire/\(Prefire.Version.value)/libexec/PreviewModels.stencil" |
I don't have enough time on my schedule to tackle this issue by myself at the moment, maybe in June.
It would be great to have your package available via Mint or Mise. It offers additional ways to install your tool to suite every needs.
I have a project that heavily rely on modules (see https://docs.tuist.dev/en/guides/develop/projects/tma-architecture). For example I want to customize the path to my
.prefire.ymlconfig (could not make it work with the plugin) and want to pin the Prefire version for each project (could not do with Homebrew without uninstalling reinstalling specific version).I think the first step would be to move up the
PrefireExecutablecontents and check for some hardcoded path to homebrew like here :Prefire/PrefireExecutable/Sources/prefire/Commands/Playbook/GeneratePlaybookCommand.swift
Line 5 in bfabbed
I don't have enough time on my schedule to tackle this issue by myself at the moment, maybe in June.