Skip to content

Instantly share code, notes, and snippets.

/************************************************************************************
Authors : Bradley Austin Davis <bdavis@saintandreas.org>
Copyright : Copyright Brad Davis. All Rights reserved.
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
@qwzybug
qwzybug / gist:8360717
Created January 10, 2014 19:19
obj-c simulator register debugging
c objc lldb register
arg1 self *(int *)($ebp+8)
arg2 CMD *(int *)($ebp+12)
arg3 arg1 *(int *)($ebp+16)
arg4 arg2 *(int *)($ebp+20)
arg5 arg3 *(int *)($ebp+24)
...etc...
@qwzybug
qwzybug / build_settings.yml
Created September 8, 2011 19:35
Ruby script to build, tag, archive, and distribute an app and its dSYM file, in one fell swoop.
TF_API_TOKEN: <your TestFlight API token>
TF_TEAM_TOKEN: <your TestFlight team token>
TF_DISTRIBUTION: <name of distribution list to notify>
HOCKEY_APP_ID: <your HockeyApp public App ID>
HOCKEY_APP_TOKEN: <your HockeyApp API token>
DEVELOPER_PREFIX: <path to your developer directory, e.g., /Developer-4.2>
ARCHIVE_DIRECTORY: <path for saving archived builds>
@qwzybug
qwzybug / Textmate bundles
Created July 27, 2011 20:58
My TextMate Bundles!
# Textmate essential bundles
mkdir -p ~/Library/Application\ Support/TextMate/Bundles
cd ~/Library/Application\ Support/TextMate/Bundles
git clone git://github.com/protocool/ack-tmbundle.git Ack.tmbundle
git clone git://github.com/fgnass/jshint.tmbundle.git
git clone git://github.com/textmate/json.tmbundle.git "JSON.tmbundle"
git clone git://github.com/jcf/git-tmbundle.git git.tmbundle