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.
Sent from my iPhone
On 6 Oct 2015, at 19:55, dangerwillrobinsondanger@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.