From a6f8a95ece2f97adf6488abe2631847c2c60d752 Mon Sep 17 00:00:00 2001 From: mac-mini-003 Date: Fri, 23 May 2025 11:07:49 +0200 Subject: [PATCH] add new version 13.4.1-SNAPSHOT-1276 --- Package.swift | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/Package.swift b/Package.swift index cb2d794..17dac40 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("11.4.0") ), .package( name: "WebIdIosIdentScanPlugin", url: "https://api.webid-solutions.de/releases/ios/spm/SwiftPackages/webid-ident-scan-plugin-spm", - .branch("snapshots") + .exact("12.5.0") ), .package( name: "WebIdOnDeviceDocumentScanner", url: "https://api.webid-solutions.de/releases/ios/spm/SwiftPackages/webid-on-device-document-scanner-spm", - .branch("snapshots") + .exact("12.5.0") ) ], targets: [ .binaryTarget( name: "WebIdAutoIdentOnDeviceProductPlugin", - url: "https://api.webid-solutions.de/releases/ios/xcframework/snapshots/de/webid-solutions/WebIdAutoIdentOnDeviceProductPlugin/13.4.1/WebIdAutoIdentOnDeviceProductPlugin.framework-v13.4.1-SNAPSHOT-1273.zip", - checksum: "941603b25f0c0ade5d149e5b379f1db1be8ca5deb4aba5d5dde9b51fac5f7a6d" + url: "https://api.webid-solutions.de/releases/ios/xcframework/snapshots/de/webid-solutions/WebIdAutoIdentOnDeviceProductPlugin/13.4.1/WebIdAutoIdentOnDeviceProductPlugin.framework-v13.4.1-SNAPSHOT-1276.zip", + checksum: "4f16f3935f1901ef34610e4e0ee19c41e5928ce95ddfa2c914e11bc0158f2e1a" ), .target( name: "WebIdAutoIdentOnDeviceProductPluginWrapper",