The feature-ios5sdk-compat branch reverts some changes made that broke compatibility with the iOS 5 SDK, which I am still using for some development. There weren't that many changes required, however, I suspect that the upstream maintainers would not be interested in any changes that make future development any more difficult (such as the reversion to using NSMutableDictionary, minor as it may be). So I propose making a new fork of the main repo strictly for backwards compatibility support, for those of us who may need it.
The feature-ios5sdk-compat branch reverts some changes made that broke compatibility with the iOS 5 SDK, which I am still using for some development. There weren't that many changes required, however, I suspect that the upstream maintainers would not be interested in any changes that make future development any more difficult (such as the reversion to using
NSMutableDictionary
, minor as it may be). So I propose making a new fork of the main repo strictly for backwards compatibility support, for those of us who may need it.