To publish a macos app to the AppStore, all native libs must be signed as well and therefore NOT loaded from the jar but added separately (https://kotlinlang.org/docs/multiplatform/compose-native-distribution.html#adding-files-to-packaged-application). Nucleus already strips the libs from jars, signs and puts them into an accessible location. loadNativeLibrary can then no longer find the required files.
Would it be possible to provide an override (like here) so I can load the library myself?
To publish a macos app to the AppStore, all native libs must be signed as well and therefore NOT loaded from the jar but added separately (https://kotlinlang.org/docs/multiplatform/compose-native-distribution.html#adding-files-to-packaged-application). Nucleus already strips the libs from jars, signs and puts them into an accessible location. loadNativeLibrary can then no longer find the required files.
Would it be possible to provide an override (like here) so I can load the library myself?