From 4bc0b11f84d38b0f3b005aafb99cb0d5328d5290 Mon Sep 17 00:00:00 2001 From: mac-mini-003 Date: Fri, 19 Apr 2024 10:33:47 +0200 Subject: [PATCH] add new version 12.0.3-SNAPSHOT-1139 --- Package.swift | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/Package.swift b/Package.swift index 27ff087..2cf3a89 100644 --- a/Package.swift +++ b/Package.swift @@ -17,24 +17,24 @@ let package = Package( .package( name: "WebIdDigitalSigningPlugin", url: "https://api.webid-solutions.de/releases/ios/spm/SwiftPackages/webid-digital-signing-plugin-spm", - .branch("snapshots") + .exact("10.0.1") ), .package( name: "WebIdIosIdentScanPlugin", url: "https://api.webid-solutions.de/releases/ios/spm/SwiftPackages/webid-ident-scan-plugin-spm", - .branch("snapshots") + .exact("11.1.0") ), .package( name: "WebIdOnDeviceDocumentScanner", url: "https://api.webid-solutions.de/releases/ios/spm/SwiftPackages/webid-on-device-document-scanner-spm", - .branch("snapshots") + .exact("11.1.0") ) ], targets: [ .binaryTarget( name: "WebIdAutoIdentOnDeviceProductPlugin", - url: "https://api.webid-solutions.de/releases/ios/xcframework/snapshots/de/webid-solutions/WebIdAutoIdentOnDeviceProductPlugin/12.0.3/WebIdAutoIdentOnDeviceProductPlugin.framework-v12.0.3-SNAPSHOT-1136.zip", - checksum: "a3524d91ec42dcc17e484d3eb1dc7e3f5c6f3d9c868add5f9c329afd4b1fa320" + url: "https://api.webid-solutions.de/releases/ios/xcframework/snapshots/de/webid-solutions/WebIdAutoIdentOnDeviceProductPlugin/12.0.3/WebIdAutoIdentOnDeviceProductPlugin.framework-v12.0.3-SNAPSHOT-1139.zip", + checksum: "6be58c35c4c39b989f1ba4bc19b83d116a32e91d95a5ef48af3bd0f1fee20b67" ), .target( name: "WebIdAutoIdentOnDeviceProductPluginWrapper",