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

replacing deprecated methods per analyzer warning notes #38

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

Commits on Sep 22, 2014

  1. Configuration menu
    Copy the full SHA
    d0cc9e4 View commit details
    Browse the repository at this point in the history

Commits on Sep 30, 2014

  1. reverting to deprecated methods

    The deprecation attribute incorrectly states that the replacement
    methods, asl_next()/asl_release(), are available in __IPHONE_7_0;
    however, they first appear in __IPHONE_8_0.
    
    This would require both a compile and runtime check to properly
    implement the new methods while the minimum deployment target for
    this project remains iOS 7.0.
    rcarlsen committed Sep 30, 2014
    Configuration menu
    Copy the full SHA
    bc53dd2 View commit details
    Browse the repository at this point in the history