mirror of
https://github.com/jlengrand/compose-multiplatform.git
synced 2026-03-10 08:11:20 +00:00
Sign jnilib files on osx in addition to dylib files. (#966)
Co-authored-by: Scott Pierce <>
This commit is contained in:
@@ -62,4 +62,4 @@ internal class MacJarSignFileCopyingProcessor(
|
||||
}
|
||||
|
||||
private val String.isDylibPath
|
||||
get() = endsWith(".dylib")
|
||||
get() = endsWith(".dylib") || endsWith(".jnilib")
|
||||
|
||||
Reference in New Issue
Block a user