Jean-Charles BERTIN

Results 10 issues of Jean-Charles BERTIN

Once and for all, JSONKit crash on modern iOS/OSX because it doesn't handle tagged pointers correctly. Thus, when the code try to access ISA pointer directly by dereferencing the object...

I have legacy code that must run on iOS 4.3 but dispatch objects are not bridged with Objective-C on this system. Thus, i need to define `OS_OBJECT_USE_OBJC` to zero to...

This PR intends to cleanup app runtime: - multiple warnings about unused and shadowed variables. - code redundanties By submitting this pull request, I confirm that my contribution is made...

By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.

While playing around with MDM service and ApnsPHP, I notice that mdmd daemon on the supervised device is not happy with empty "aps" property. BTW, the APNS documentation says that...

Removed usage of the `**` operator in `expo()` generator. Fixed default `min_value` for `decay()` generator: saved a test in the limit condition. Saved a couple of tests for limit condition...

A small issue but it will save me a lot of casting! 😅

Just did that and fixed a couple of regex. Regards