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

Update MobileModel parseDescriptor to support iPhone 11 #3277

Merged

Commits on Sep 17, 2019

  1. Update MobileModel parseDescriptor to support iPhone 11

    It was parsing only the first digit of the version and using that in a
    comparison check to determine if the version is greater than 5.
    This meant for the iPhone 11 it was comparing 1 > 5, returning an
    incorrect result.
    
    It now supports multi-digit version numbers (i.e. 11), including
    support for a suffix in the version (i.e. 11S), just in case...
    devinbileck committed Sep 17, 2019
    Configuration menu
    Copy the full SHA
    0cdf54a View commit details
    Browse the repository at this point in the history

Commits on Oct 30, 2019

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