Skip to content

Instantly share code, notes, and snippets.

@snare
snare / Example.sublime-project
Last active March 15, 2016 04:40
Sublime Text project settings to enable building and running Xcode projects. Default build function is to build debug, but includes variants for building release and running both debug and release builds. Just modify the path to your xcodeproj and you're all set.
{
"folders": [
{
"follow_symlinks": true,
"path": "."
}
],
"build_systems": [
{
"name": "Xcode Build",
@snare
snare / .gitignore
Created January 29, 2014 06:04 — forked from adamgit/.gitignore
#########################
# .gitignore file for Xcode4 / OS X Source projects
#
# Version 2.0
# For latest version, see: http://stackoverflow.com/questions/49478/git-ignore-file-for-xcode-projects
#
# 2013 updates:
# - fixed the broken "save personal Schemes"
#
# NB: if you are storing "built" products, this WILL NOT WORK,