Skip to content

Instantly share code, notes, and snippets.

@freearhey
Created October 14, 2019 02:07
Show Gist options
  • Save freearhey/0f723120435fccbd402f2952f06de9d6 to your computer and use it in GitHub Desktop.
Save freearhey/0f723120435fccbd402f2952f06de9d6 to your computer and use it in GitHub Desktop.
Sublime Text build settings to build and run Xcode project
{
"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