Sign jnilib files on osx in addition to dylib files. (#966)

Co-authored-by: Scott Pierce <>
This commit is contained in:
Scott Pierce
2021-08-02 01:02:48 -04:00
committed by GitHub
parent 0ff88e0d2c
commit 8342d370d6

View File

@@ -62,4 +62,4 @@ internal class MacJarSignFileCopyingProcessor(
}
private val String.isDylibPath
get() = endsWith(".dylib")
get() = endsWith(".dylib") || endsWith(".jnilib")