From c06e33dd3d03a5c46b3a41ff7c49ffebfe20b215 Mon Sep 17 00:00:00 2001 From: mac-mini-003 Date: Fri, 12 Jul 2024 14:32:10 +0200 Subject: [PATCH] add new version 13.0.2-SNAPSHOT-1189 --- Package.swift | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/Package.swift b/Package.swift index fe4b30a..dfe081c 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", - .exact("11.0.1") + .exact("11.1.0") ), .package( name: "WebIdIosIdentScanPlugin", url: "https://api.webid-solutions.de/releases/ios/spm/SwiftPackages/webid-ident-scan-plugin-spm", - .exact("12.0.3") + .exact("12.1.0") ), .package( name: "WebIdOnServerDocumentScanner", url: "https://api.webid-solutions.de/releases/ios/spm/SwiftPackages/webid-on-server-document-scanner-spm", - .exact("12.0.3") + .exact("12.1.0") ) ], targets: [ .binaryTarget( name: "WebIdAutoIdentOnServerProductPlugin", - url: "https://api.webid-solutions.de/releases/ios/xcframework/snapshots/de/webid-solutions/WebIdAutoIdentOnServerProductPlugin/13.0.2/WebIdAutoIdentOnServerProductPlugin.framework-v13.0.2-SNAPSHOT-1188.zip", - checksum: "81a0507a854ec0facb9d6a3aa7bb357f45ea8551cf974fdc28ad8c2fd39c88ed" + url: "https://api.webid-solutions.de/releases/ios/xcframework/snapshots/de/webid-solutions/WebIdAutoIdentOnServerProductPlugin/13.0.2/WebIdAutoIdentOnServerProductPlugin.framework-v13.0.2-SNAPSHOT-1189.zip", + checksum: "921a92a9202a451cc4e4539dd08b08e1d6fb64afebfd2994237b1ed5a8e33244" ), .target( name: "WebIdAutoIdentOnServerProductPluginWrapper",