Skip to content

Blocks the narrator from being initialized on M1+ Macs as it would crash from missing natives.

License

Notifications You must be signed in to change notification settings

CleanroomMC/OSXNarratorBlocker

Repository files navigation

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'
}

About

Blocks the narrator from being initialized on M1+ Macs as it would crash from missing natives.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages