diff --git a/src/js/lib/client/tasks/signArchives.js b/src/js/lib/client/tasks/signArchives.js index d6917c73bc..9632739935 100644 --- a/src/js/lib/client/tasks/signArchives.js +++ b/src/js/lib/client/tasks/signArchives.js @@ -108,15 +108,6 @@ function signArchive(archivePath, archiveName, binPaths) { // will show up as a failure to notarise the IDE. The offending archive will be named in the error // message provided by Apple and can then be added here. const toSign = [ - { - jarDir: - `enso/dist/${ENGINE}/std-lib/Standard/polyglot/java`, - jarName: 'sqlite-jdbc-3.34.0.jar', - jarContent: [ - 'org/sqlite/native/Mac/aarch64/libsqlitejdbc.jnilib', - 'org/sqlite/native/Mac/x86_64/libsqlitejdbc.jnilib', - ], - }, { jarDir: `enso/dist/${ENGINE}/component`,