Quantcast
Channel: Package Manager - Swift Forums
Viewing all articles
Browse latest Browse all 166

Using a Homebrew package executable from a swift plugin

$
0
0

Hello, I would like to use a third party code-gen tool that is installed via homebrew. The homebrew bin directory is not a listed path when the plugin executes. Is there a way to modify the tool search path?

code-gen tool path: /opt/homebrew/bin/style-dictionary

working directory:
   /Users/todd/Documents/Playgrounds/SimplePlugin
tool mapping:
tool search paths:
   /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin
   /Applications/Xcode.app/Contents/Developer/usr/bin
   /bin
   /sbin
   /usr/bin
   /usr/sbin

Plugin does not have access to a tool named ‘style-dictionary’

2 posts - 2 participants

Read full topic


Viewing all articles
Browse latest Browse all 166

Trending Articles