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
/************************************************************************************ | |
Authors : Bradley Austin Davis <[email protected]> | |
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 |
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
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... |
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
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> |
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
# 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 |