Created
October 14, 2019 02:07
-
-
Save freearhey/0f723120435fccbd402f2952f06de9d6 to your computer and use it in GitHub Desktop.
Sublime Text build settings to build and run Xcode project
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
{ | |
"shell_cmd": "cd $folder && xcodebuild -configuration Debug && open build/Debug/*.app", | |
"selector": "source.swift" | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment