Skip to content

Instantly share code, notes, and snippets.

{
"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",
@nevech
nevech / ios_disable_push_notifications.js
Created October 22, 2015 11:33 — forked from boboldehampsink/ios_disable_push_notifications.js
Cordova - after_platform_add hook to disable push notifications code
#!/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) {
@nevech
nevech / app.coffee
Last active August 29, 2015 14:24
gulp-if removes files from stream https://github.com/robrich/gulp-if/issues/43
# Path to this file app/scripts/
console.log 'Hello world!'