audibleblink
12/13/2014 - 10:26 PM

Swift Build System for Sublime Text

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"
}