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
| Lens - mnaual | |
| Exposure | |
| Brightness 47 | |
| DWDR on | |
| Whitebal ATW1 | |
| Img adj | |
| Contrast 80 | |
| Sharp all the way up | |
| Display LCD |
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
| if (&UIApplicationLaunchOptionsLocationKey != nil) { | |
| bool launchedFromCLEvent = [launchOptions objectForKey:UIApplicationLaunchOptionsLocationKey]; | |
| if (launchedFromCLEvent){ | |
| [ProxKitLink beaconDetectedWhileAppWasDead]; | |
| return YES; | |
| } | |
| } |