diff --git a/README.md b/README.md index 7709659..e10ba6f 100644 --- a/README.md +++ b/README.md @@ -23,7 +23,7 @@ - amd64 (Linux, Windows, MacOS) - armhf (Linux) -- arm64 (Linux) +- arm64 (Linux, MacOS) - ppc64el (Linux) - riscv64 (linux) @@ -148,6 +148,7 @@ To use TDLight Java you need to include the native libraries, by specifying one - `linux_ppc64el_gnu_ssl3` - `linux_riscv64_gnu_ssl3` - `windows_amd64` +- `macos_arm64` - `macos_amd64` Advanced: If you want to use a different precompiled native, please set the java property `it.tdlight.native.workdir`. (Please note that you must build [this](https://github.com/tdlight-team/tdlight-java-natives), you can't put random precompiled tdlib binaries found on the internet) diff --git a/bom/pom.xml b/bom/pom.xml index 54e1b58..087162b 100644 --- a/bom/pom.xml +++ b/bom/pom.xml @@ -150,6 +150,12 @@ ${tdlight.natives.version} macos_amd64 + + it.tdlight + tdlight-natives + ${tdlight.natives.version} + macos_arm64 +