Skip to content

Instantly share code, notes, and snippets.

@cruinh
Created December 8, 2015 17:01
Show Gist options
  • Save cruinh/0625fca80ecee728eba0 to your computer and use it in GitHub Desktop.
Save cruinh/0625fca80ecee728eba0 to your computer and use it in GitHub Desktop.
Sublime Text 3 Build System for Swift 2.2 on Linux
{
"name" : "swift-oss",
"selector" : "source.swift",
"cmd": ["swift","build"],
"working_dir": "$project_path"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment