6
0

add new version 12.5.0

This commit is contained in:
mac-mini-003 2025-05-23 10:40:28 +02:00
parent 7b23c4c9f4
commit 6172ec7a9f

View File

@ -17,19 +17,19 @@ let package = Package(
.package(
name: "WebIdDocumentScanner",
url: "https://api.webid-solutions.de/releases/ios/spm/SwiftPackages/webid-document-scanner-spm.git",
.exact("12.4.0")
.exact("12.5.0")
),
.package(
name: "WebIdPluginCore",
url: "https://api.webid-solutions.de/releases/ios/spm/SwiftPackages/webid-plugin-core-spm.git",
.exact("12.2.0")
.exact("12.3.1")
)
],
targets: [
.binaryTarget(
name: "WebIdIosIdentScanPlugin",
url: "https://api.webid-solutions.de/releases/ios/xcframework/internal/de/webid-solutions/WebIdIosIdentScanPlugin/12.4.0/WebIdIosIdentScanPlugin.framework-v12.4.0.zip",
checksum: "cdd07b2ee4b27005dc2258ffd5cb4cc27edcfe0ffdd12d1f6f08840c3f11b4f2"
url: "https://api.webid-solutions.de/releases/ios/xcframework/internal/de/webid-solutions/WebIdIosIdentScanPlugin/12.5.0/WebIdIosIdentScanPlugin.framework-v12.5.0.zip",
checksum: "e7a4b38f126c94879ccbbd7f5bf5d0e4f0d33f0276ae06f1e4308a7018e8dec1"
),
.target(
name: "WebIdIosIdentScanPluginWrapper",