Created
December 8, 2015 17:01
-
-
Save cruinh/0625fca80ecee728eba0 to your computer and use it in GitHub Desktop.
Sublime Text 3 Build System for Swift 2.2 on Linux
This file contains 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
Show hidden characters
{ | |
"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