Skip to content

macOS support #3

Description

@Enyium

It would be great if your crate could become a full alternative to the popular single-instance crate, which is unmaintained for more than 4 years now.

According to AI, changing cfg(any(target_os = "linux", target_os = "android")) to cfg(unix) should be sufficient to add macOS support (also in Cargo.toml). The readme could then mention that macOS isn't tested, but should also work.

cfg(target_os = "windows") can then also be changed to cfg(windows).

If you're not a macOS user, ideally, you'd ask AI before publishing relevant/significant changes on crates.io in the future whether the code should still work on macOS.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions