rsms / peertalk

iOS and Mac Cocoa library for communicating over USB
https://rsms.me/peertalk/
MIT License
3.43k stars 502 forks source link

Fix logic that enables pre-ARC behavior #17

Closed ghthor closed 9 years ago

ghthor commented 9 years ago

This logic, as far as I can tell, was flawed and was doing the opposite of what the writer intended. It wasn't disabling ARC pre iOS6.0 and it was causing the following compiler errors. That being said, I didn't test this on a project that is supporting anything before iOS6.0 and therefore this might be entirely wrong.

screen shot 2015-07-17 at 6 14 28 pm