7
0

add new version 15.2.2

This commit is contained in:
mac-mini-003 2026-06-29 16:07:34 +02:00
parent 9fc2ed885f
commit a10d456583

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("15.2.1")
.exact("15.2.2")
),
.package(
name: "WebIdPluginCore",
url: "https://api.webid-solutions.de/releases/ios/spm/SwiftPackages/webid-plugin-core-spm.git",
.exact("15.2.1")
.exact("15.2.2")
)
],
targets: [
.binaryTarget(
name: "WebIdIosIdentScanPlugin",
url: "https://api.webid-solutions.de/releases/ios/xcframework/internal/de/webid-solutions/WebIdIosIdentScanPlugin/15.2.1/WebIdIosIdentScanPlugin.framework-v15.2.1.zip",
checksum: "be85152cba6a27a6960e67850dadd821e24053907298ee9e2d805d7c55bbc9ac"
url: "https://api.webid-solutions.de/releases/ios/xcframework/internal/de/webid-solutions/WebIdIosIdentScanPlugin/15.2.2/WebIdIosIdentScanPlugin.framework-v15.2.2.zip",
checksum: "b95479ea743e21b0ca1dc66b3f881e09ef3d30e5b73aeb3c518bc428c57d985f"
),
.target(
name: "WebIdIosIdentScanPluginWrapper",