boot-clj / boot

Build tooling for Clojure.
https://boot-clj.github.io/
Eclipse Public License 1.0
1.75k stars 181 forks source link

Fix for macOS Big Sur #766

Closed kitharoidos closed 3 years ago

kitharoidos commented 3 years ago

This PR contains a fix for https://github.com/boot-clj/boot/issues/765.

Description

Two changes have been made:

  1. The dependency on jna has been updated to a more recent version
  2. The check for macOS version in barbarywatchservice has been fixed so that it doesn't fail on macOS 11.*

Motivation and Context

Before this fix, it was not possible to run boot on macOS Big Sur.

How Has This Been Tested?

The changes have been tested by running boot repl and boot dev inside a Boot project on an M1 MacBook Pro.

Types of changes