Skip to content

Instantly share code, notes, and snippets.

@monoxgas
Created December 10, 2011 06:57
Show Gist options
  • Save monoxgas/1454744 to your computer and use it in GitHub Desktop.
Save monoxgas/1454744 to your computer and use it in GitHub Desktop.
Copying the siriproxy-example plugin
1. Copy the siriproxy-example folder and rename it to siriproxy-*plugin*
2. open the gemspec file in your new plugin folder and change both of the plugin names to "siriproxy-*plugin*"
3. Open your .rb file in your plugin file/lib/ and change the line SiriProxy::Plugin::Example to SiriProxy::Plugin::*PluginName*
3. Open your config.yml and copy the Example plugin lines, make sure the spacing stays EXACTLY the same! Change Name: to *PluginName* from step 3, and change path to "/Users/*username*/SiriProxy/plugins/siriproxy-*plugin*/"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment