X Tutup
Skip to content

Fixed dispatch queue usage if OS_OBJECT_USE_OBJC is deactivated.#94

Open
jcbertin wants to merge 5 commits intotonymillion:masterfrom
jcbertin:master
Open

Fixed dispatch queue usage if OS_OBJECT_USE_OBJC is deactivated.#94
jcbertin wants to merge 5 commits intotonymillion:masterfrom
jcbertin:master

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.

1 participant

X Tutup