Skip to content

Instantly share code, notes, and snippets.

View ajones's full-sized avatar

Aaron Jones ajones

View GitHub Profile
Lens - mnaual
Exposure
Brightness 47
DWDR on
Whitebal ATW1
Img adj
Contrast 80
Sharp all the way up
Display LCD
@ajones
ajones / ProxKitDeadHook
Last active December 30, 2015 05:09
Hook to capture unity launch with beacon region
if (&UIApplicationLaunchOptionsLocationKey != nil) {
bool launchedFromCLEvent = [launchOptions objectForKey:UIApplicationLaunchOptionsLocationKey];
if (launchedFromCLEvent){
[ProxKitLink beaconDetectedWhileAppWasDead];
return YES;
}
}