shannah / Java-Objective-C-Bridge

A thin bridge that allows for two-way communication from Java to Objective-C.
123 stars 25 forks source link

bugfix for #41 -- remove JavaNativeFoundation framework #42

Closed andriy-gerasika closed 3 years ago

andriy-gerasika commented 3 years ago

issue #41: JavaNativeFoundation was removed in BigSur (it does not build even on Intel Mac), yet JavaNativeFoundation is used only for ptr_to_jlong macro -- just copy-paste it from https://github.com/apple/openjdk/ https://github.com/Diatrus/JavaNativeFoundation

shannah commented 3 years ago

Thanks!