This file contains hidden or 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
| { | |
| "color_scheme": "Packages/Theme - Fox/fox.dark.tmTheme", | |
| "font_size": 11.0, | |
| "ignored_packages": | |
| [ | |
| "Vintage" | |
| ], | |
| "save_on_focus_lost": true, | |
| "tab_size": 2, | |
| "theme": "Fox.sublime-theme", |
This file contains hidden or 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
| #!/usr/bin/env node | |
| var GCC_PREPROCESSOR_DEFINITIONS = '"$(inherited) DISABLE_PUSH_NOTIFICATIONS=true"'; | |
| var fs = require("fs"); | |
| var path = require("path"); | |
| var xcode = require('xcode'); | |
| var projectRoot = process.argv[2]; | |
| function getProjectName(protoPath) { |
This file contains hidden or 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
| # Path to this file app/scripts/ | |
| console.log 'Hello world!' |