Skip to content

Instantly share code, notes, and snippets.

@audibleblink
Created December 13, 2014 22:26
Show Gist options
  • Save audibleblink/0e0a5890594201d11271 to your computer and use it in GitHub Desktop.
Save audibleblink/0e0a5890594201d11271 to your computer and use it in GitHub Desktop.
Swift Build System for Sublime Text
// Tested on Yosemite with Xcode6
// This only works if `swift` from
// your shell starts the Swift REPL
{
"cmd": ["swift", "$file"],
"selector": "source.swift"
}
@CarbonSea
Copy link

Thanks

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment