ObjectivePGP goes Open Source

I change my mind and starting today ObjectivePGP is going Open Source. I hope you can help me make it better.…

Various ways to parse raw data with MKDataScanner

Recently I did some more work with raw data and I missed simple tool like NSScanner [https://developer.apple.com/library/mac/documentation/Cocoa/Reference/Foundation/Classes/NSScanner_Class/index.html] to do the job. So I created MKDataScanner [https://github.com/krzyzanowskim/MKDataScanner], which is NSScanner but for NSData…

Facebook SDK: Request Read&Publish permissions simultaneously

Facebook says: > You cannot request read and publish permissions simultaneously using iOS6's Facebook support, and if you attempt to, the SDK will take the user through a less-optimal app-switching or web-based authentication flow. If all you need is to authorize your iOS application and…