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

Ignore deprecated warning for dispatch_get_current_queue #167

Merged

Conversation

rivera-ernesto
Copy link
Member

This function is never executed on devices where it's deprecated anyway.

Closes #165.

This function is never executed on devices where it's deprecated anyway.

Closes CocoaLumberjack#165.
bpoplauschi added a commit that referenced this pull request Nov 13, 2013
Ignore deprecated warning for dispatch_get_current_queue
@bpoplauschi bpoplauschi merged commit 79f6d2a into CocoaLumberjack:master Nov 13, 2013
@rivera-ernesto rivera-ernesto deleted the ignore_deprecation branch November 13, 2013 09:04
@rivera-ernesto
Copy link
Member Author

The only thing that bothers me is that it seems that there's a way to get the queue name on any system but iOS 6.

@bpoplauschi
Copy link
Member

I know, that's pretty unfortunate. But since iOS 6 usage is getting lower and lower, I can live with that (iOS 7 fixed that). According to David Smith, globally iOS7 68%, iOS6 28%.

@bpoplauschi bpoplauschi added this to the 1.6.4 milestone Feb 18, 2014
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.

Deprecated warning on target iOS6
2 participants