Re-add jpdfium-natives-darwin-x64 (Intel Mac) runtime dep

The publish-github-packages workflow's restored darwin-x64 build now
cross-compiles from macos-14 under Rosetta + a second Homebrew, so the
natives jar is available again. Adding it back to the bootJar classpath
lets the tauri-build macos-15 universal binary cover Intel Macs too.
This commit is contained in:
Anthony Stirling
2026-05-19 10:15:16 +01:00
parent 7f8f09c899
commit a422deecdb
+1 -2
View File
@@ -67,8 +67,7 @@ dependencies {
api 'com.stirling:jpdfium:1.0.0-SNAPSHOT'
runtimeOnly 'com.stirling:jpdfium-natives-linux-x64:1.0.0-SNAPSHOT'
runtimeOnly 'com.stirling:jpdfium-natives-linux-arm64:1.0.0-SNAPSHOT'
runtimeOnly 'com.stirling:jpdfium-natives-darwin-x64:1.0.0-SNAPSHOT'
runtimeOnly 'com.stirling:jpdfium-natives-darwin-arm64:1.0.0-SNAPSHOT'
runtimeOnly 'com.stirling:jpdfium-natives-windows-x64:1.0.0-SNAPSHOT'
// TODO: jpdfium-natives-darwin-x64 (Intel Mac) — restore once JPDFium's
// upstream publish pipeline gets dual-arch Homebrew set up.
}