Skip to content

Instantly share code, notes, and snippets.

@koenbok
Created December 31, 2015 12:28
Show Gist options
  • Select an option

  • Save koenbok/3bfcd23b493601e932e9 to your computer and use it in GitHub Desktop.

Select an option

Save koenbok/3bfcd23b493601e932e9 to your computer and use it in GitHub Desktop.
path = NSProcessInfo.processInfo().arguments()[0]
sketch = [COScript app:"Sketch Beta"]
pluginUrl = NSURL.fileURLWithPath(path + "/Framer.sketchplugin")
[[sketch delegate] runPluginAtURL:pluginUrl]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment