[TxMt] Re: Binary in TMBundle
Allan Odgaard
mailinglist at textmate.org
Wed Oct 14 12:26:24 UTC 2015
On 6 Oct 2015, at 19:55, dangerwillrobinsondanger at gmail.com wrote:
> Is it feasible to put a Cocoa binary in a TMBundle?
> I know many have small binaries as needed.
> I'm working on a web recorder tool for selenium WebDriver.
> Basically to capture navigation and element identifier options and do
> code generation in Python and Ruby. I'd rather integrate with a
> TMBundle but I am not sure what the options are to do that well.
This is doable. Create a Support folder in the bundle, and from commands
you can reference the TM_BUNDLE_SUPPORT environment variable, which will
contain the path of this folder.
More information about the textmate
mailing list