Skip to content

Commit

Permalink
Document supported versions in readme
Browse files Browse the repository at this point in the history
  • Loading branch information
tulir committed Dec 20, 2023
1 parent 5398c54 commit 82df331
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# mac-registration-provider
A small service that generates NAC validation data on a Mac.
A small service that generates iMessage registration data on a Mac.

## Supported OS versions
The tool is currently quite hacky, so it only works on specific versions of macOS.

* Intel: 11.5 - 11.7, 14.1 - 14.2
* Apple Silicon: 13.5 - 13.6, 14.0 - 14.2

On unsupported versions, it will tell you that it's unsupported and exit.
A future version may work in less hacky ways to support more OS versions.

## Usage
Put the binary on a Mac and run it (`./mac-registration-provider`), optionally with some parameters:
Expand Down

0 comments on commit 82df331

Please sign in to comment.