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

Remove broken iOS3 support #9

Closed
steipete opened this issue Nov 15, 2011 · 4 comments
Closed

Remove broken iOS3 support #9

steipete opened this issue Nov 15, 2011 · 4 comments

Comments

@steipete
Copy link

With the transition to ARC, CocoaLumberjack lost support for iOS3.
I see that as a good sign and an opportunity to delete A LOT of code, everything related to GCD_MAYBE_AVAILABLE.
We know can be sure that GCD is available!

@robbiehanson
Copy link
Contributor

Good point! I've been looking forward to being able to do this.

@steipete
Copy link
Author

Oh I can imagine ;)

Oh and your project is great. Use it everywhere. Just updated my bridge to NSLogger, the two work great together! https://github.com/steipete/NSLogger-CocoaLumberjack-connector (also added a CocoaPod spec)

@robbiehanson
Copy link
Contributor

Glad you like the project!

I just stripped out all the GCD_MAYBE_X stuff, and pushed the changes.

@steipete
Copy link
Author

wohoo, lots of red stuff here! You can reference a issue in your commit (eg. closes issue #9) so it would show up here automagically. thanks!

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

No branches or pull requests

2 participants