Skip to content

Latest commit

 

History

History
19 lines (15 loc) · 403 Bytes

README.md

File metadata and controls

19 lines (15 loc) · 403 Bytes

OSX Narrator Blocker

This is intended purely for developers running with M1+ (OSX ARM64) Macs. Where java-objc-bridge natives are missing.

Usage:

Add the following dependency in build.gradle

repositories {
    maven {
        name 'CleanroomMC Maven'
        url 'https://maven.cleanroommc.com'
    }
}

dependencies {
    runtimeOnly 'com.cleanroommc:osxnarratorblocker:1.0'
}