Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fixed dispatch queue usage if OS_OBJECT_USE_OBJC is deactivated. #94

Open
wants to merge 5 commits into
base: master
Choose a base branch
from

Conversation

jcbertin
Copy link

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 deactivate bridging between dispatch objects and obj-c.
So this patch fix serial queue stuff when bridging is deactivated. I also fixed properties synthesis when compiling with -Wobjc-missing-property-synthesis option (I love to compile with -Wall -Wextra options 😝).
Finally, I added API for custom management of the serial queue and the reachability changed event.

Regards.

@jcbertin
Copy link
Author

ping 😁

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant