koenvanderdrift

Results 5 issues of koenvanderdrift

Hi, I have Cocoapods 0.28 installed: ![screen shot 2013-11-28 at 7 54 34 am](https://f.cloud.github.com/assets/89622/1639920/465d2140-582c-11e3-94d2-a01d54c27998.png) but the plugin thinks it is version 0.20.1: ![screen shot 2013-11-28 at 7 49 18 am](https://f.cloud.github.com/assets/89622/1639916/1d3ae5b8-582c-11e3-90e2-d869832cbfa6.png)...

I have added Seam to my ObjectiveC project using CocoaPods, and successfully declared a property for the store: `@property (nonatomic, readonly) SMStore *seamStore;` I then use the following code to...

help wanted
bug-maybe

Please update the following two lines in the legacy release to make the compiler happy: In MDProgressHUD.h: ``` -typedef void (^MBProgressHUDCompletionBlock)(); +typedef void (^MBProgressHUDCompletionBlock)(void); ``` In MDProgressHUD.m: ``` -- (void)showAnimated:(BOOL)animated...

Hoi Chris - just downloaded your project and I'm getting a bunch of build errors with Xcode 7.2.1. For a couple, Xcode gave a solution, but for the others I...

First, I am really glad I found this sugar (tip from Ian Beck). as far as I know this is the only tool that can help clean up my code...