7
0

add new version 23.1.2

This commit is contained in:
mac-mini-003 2026-06-25 13:06:28 +02:00
parent b6df785e66
commit b05231d611

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("23.1.1")
.exact("23.1.2")
),
.package(
name: "WebIdPluginCore",
url: "https://api.webid-solutions.de/releases/ios/spm/SwiftPackages/webid-plugin-core-spm.git",
.exact("22.1.0")
.exact("22.1.1")
)
],
targets: [
.binaryTarget(
name: "WebIdIosIdentScanPlugin",
url: "https://api.webid-solutions.de/releases/ios/xcframework/releases/de/webid-solutions/WebIdIosIdentScanPlugin/23.1.1/WebIdIosIdentScanPlugin.framework-v23.1.1.zip",
checksum: "4be773e1aab8f02ee0668ab83a5b2ac142f15a7f784bc3c931c2a4053534fcf8"
url: "https://api.webid-solutions.de/releases/ios/xcframework/releases/de/webid-solutions/WebIdIosIdentScanPlugin/23.1.2/WebIdIosIdentScanPlugin.framework-v23.1.2.zip",
checksum: "c23df29ccc77102725abd7b2222ce6487d708afadbc542c41a6aa91bb5082e8d"
),
.target(
name: "WebIdIosIdentScanPluginWrapper",