Skip to content

Instantly share code, notes, and snippets.

<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple Computer//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
<key>DVTConsoleDebuggerInputTextColor</key>
<string>0 0 0 1</string>
<key>DVTConsoleDebuggerInputTextFont</key>
<string>Menlo-Bold - 11.0</string>
<key>DVTConsoleDebuggerOutputTextColor</key>
<string>0 0 0 1</string>
@rcabamo
rcabamo / Archive & upload IPA
Last active December 17, 2015 19:49
Archive and upload ipa
#!/bin/sh
# Requeriments: https://github.com/nomad/shenzhen by @mattt
#constants
MY_USERNAME = "rcabamo"
CONFIGURATION_NAME="Release"
PROJDIR="/Users/${MY_USERNAME}/Develop/iOS/rubis"
APPLICATION_NAME="rubis"
# Compile && Archive
@rcabamo
rcabamo / uninstall_homebrew.sh
Created May 9, 2012 16:45 — forked from mxcl/uninstall_homebrew.sh
Uninstall Homebrew
#!/bin/sh
# Just copy and paste the lines below (all at once, it won't work line by line!)
# MAKE SURE YOU ARE HAPPY WITH WHAT IT DOES FIRST! THERE IS NO WARRANTY!
function abort {
echo "$1"
exit 1
}
set -e