Created
December 31, 2015 12:28
-
-
Save koenbok/3bfcd23b493601e932e9 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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