diff --git a/README.md b/README.md index 1bb6e6e..24434b7 100644 --- a/README.md +++ b/README.md @@ -3,7 +3,13 @@ This library contains Java bindings for [Discord's official RPC SDK](https://github.com/discordapp/discord-rpc) using JNA. -This project provides binaries for `linux-x86-64` and `win32-x86-64`. +This project provides binaries for `linux-x86-64`, `win32-x86-64` and `darwin`. + +If, on macOS, you get the following message: +``` +Error in LSRegisterURL: -10811 +``` +it can safely be ignored. ## Examples diff --git a/src/main/resources/darwin/libdiscord-rpc.dylib b/src/main/resources/darwin/libdiscord-rpc.dylib new file mode 100755 index 0000000..7e74169 Binary files /dev/null and b/src/main/resources/darwin/libdiscord-rpc.dylib differ