Skip to content

Instantly share code, notes, and snippets.

@hpique
hpique / iOS7-notifications.h
Last active January 29, 2018 14:19
List of all public notifications available in iOS 7.0 (or at least those whose constants are properly named).
// Developer/Library/Frameworks/SenTestingKit.framework/Headers/SenTestCaseRun.h
SENTEST_EXPORT NSString * const SenTestCaseDidStartNotification;
SENTEST_EXPORT NSString * const SenTestCaseDidStopNotification;
SENTEST_EXPORT NSString * const SenTestCaseDidFailNotification;
// Developer/Library/Frameworks/SenTestingKit.framework/Headers/SenTestDistributedNotifier.h
SENTEST_EXPORT NSString * const SenTestNotificationIdentifierKey;
// Developer/Library/Frameworks/SenTestingKit.framework/Headers/SenTestSuiteRun.h
SENTEST_EXPORT NSString * const SenTestSuiteDidStartNotification;
@ggarber
ggarber / android_decompile.sh
Created September 30, 2012 15:08
Download apk from google play and decompile it
#!/bin/sh
# https://github.com/egirault/googleplay-api
GOOGLEPLAY_API_PATH=/Users/ggb/software/tools/googleplay-api
# http://code.google.com/p/dex2jar/
DEX2JAR_PATH=/Users/ggb/software/tools/dex2jar-0.0.9.8
# http://www.varaneckas.com/jad/
JAD_PATH=/Users/ggb/software/tools/jad158g.mac.intel
${GOOGLEPLAY_API_PATH}/download.py $1