Skip to content

What is the minimum iOS version we target? #1406

Closed
@josephlr

Description

@josephlr

As part of rust-random/getrandom#38 we are trying to figure out if we can reliably use the macOS/iOS getentropy(2) function (added in macOS 10.12 and iOS 10).

The Rust Platform Support page has a minimum version for macOS (10.7) but not for iOS. Given that distribution of iOS installs is much better than that of macOS or Android, I think setting iOS 10 to be the minimum supported version would be reasonable.

If we do decide the that Rust's min iOS version is >= 10, we should at least add all the new libc functions added since then (including getentropy).

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions