Skip to content

Instantly share code, notes, and snippets.

View jandamm's full-sized avatar
🐄

Jan Damm jandamm

🐄
View GitHub Profile
@Star-Lord-XIII
Star-Lord-XIII / SwiftInST3.md
Last active June 21, 2021 01:52
Running Swift scripts from Sublime Text 3 in MacOSX10.11

##Adding Swift Build System

  • Open Sublime Text 3
  • Go To Preferences > Browse Packages...
  • Add a file named Swift.sublime-build inside Packages directory.
  • Copy the following script in Swift.sublime-build file.
{
 	"shell_cmd": "xcrun swift $file",