Alfred Dependency Bundler Example

An Alfred Workflow


Short Description

An example workflow to show how the Alfred Dependency Bundler works

Last Updated

31 Jul 2014

Compatibility

Yosemite
(10.10)
Mavericks
(10.9)
Mountain Lion
(10.8)
Lion
(10.7)
Snow Leopard
(10.6)
Yes Yes Yes Yes Yes
 

Version

1.0
 

Bundle ID

alfred.bundler.example.spr
 

This workflow doesn't really do much of anything on its own, but it serves as a small example of how to implement the Alfred Dependency Bundler framework for PHP and Bash workflows. The dependency bundler allows for assets to be shared between workflows. It allows for different versions to live side by side, and it also authorizes applications with Gatekeeper if needed.

Find more documentation about how to use the bundler on Github.