Aaron London
Aaron London
Documentation on the value type for the SHKConfig*Color keys would be a plus.
Anyone had any luck using this fork in an Xcode 4 workspace?
I've been trying to to use the jayway ShareKit fork as part of a project now built using a Xcode 4 workspace. Everything compiles and links just fine. Getting the...
This situation exemplifies the strength and weakness of open libs shared via GitHub. I suspect that ideashower is simply too busy to manage all the work that community is contributing...
Which commit added the iOS[REDACTED] support?
@benjaminjackson Was just curious whether the fix was a backwards compatible one that could be made with iOS 4.x. Figured it out anyway.
See the iOS 5 documentation for the new method presentingViewController and changes to parentViewController as it is now out of NDA. parentViewController The parent of the current view controller. (read-only)...
You're not mistaken. ``` JSONKit.m:680:5: error: assignment to Objective-C's isa is deprecated in favor of object_setClass() [-Werror,-Wdeprecated-objc-isa-usage] array->isa = _JKArrayClass; ^ ~~~~~~~~~~~~ object_setClass( , ) ```
I used to not bother with static lib dependencies but Xcode workspaces make things much better. Think I'll hold off on merging though for now. Thanks.
Just bumped into this. +1