From 9ec091f9480c6aea175e85c831c4763b8213ba91 Mon Sep 17 00:00:00 2001 From: mac-mini-003 Date: Thu, 21 Mar 2024 06:24:28 +0100 Subject: [PATCH] add new version 12.0.0-SNAPSHOT-1114 --- Package.swift | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/Package.swift b/Package.swift index baf6e7b..11c13b0 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.0") ), .package( name: "WebIdIosIdentScanPlugin", url: "https://api.webid-solutions.de/releases/ios/spm/SwiftPackages/webid-ident-scan-plugin-spm", - .branch("snapshots") + .exact("11.0.0") ), .package( name: "WebIdOnServerDocumentScanner", url: "https://api.webid-solutions.de/releases/ios/spm/SwiftPackages/webid-on-server-document-scanner-spm", - .branch("snapshots") + .exact("11.0.0") ) ], targets: [ .binaryTarget( name: "WebIdAutoIdentOnServerProductPlugin", - url: "https://api.webid-solutions.de/releases/ios/xcframework/snapshots/de/webid-solutions/WebIdAutoIdentOnServerProductPlugin/12.0.0/WebIdAutoIdentOnServerProductPlugin.framework-v12.0.0-SNAPSHOT-1113.zip", - checksum: "79e1267c3b1a65e2060707ce66230940d4542099f327b2af62dcb91c4c30d8ec" + url: "https://api.webid-solutions.de/releases/ios/xcframework/snapshots/de/webid-solutions/WebIdAutoIdentOnServerProductPlugin/12.0.0/WebIdAutoIdentOnServerProductPlugin.framework-v12.0.0-SNAPSHOT-1114.zip", + checksum: "a4fdbf8292044ca50e967cae4bb1b2eb1f0d82b936b6414ceb54fe0b64d80855" ), .target( name: "WebIdAutoIdentOnServerProductPluginWrapper",