From 227c1860ae1db9f977881bbddca8158343916b45 Mon Sep 17 00:00:00 2001 From: mac-mini-003 Date: Fri, 19 Apr 2024 10:34:13 +0200 Subject: [PATCH] add new version 12.0.3-SNAPSHOT-1139 --- Package.swift | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/Package.swift b/Package.swift index 1239d9a..d321fa1 100644 --- a/Package.swift +++ b/Package.swift @@ -17,29 +17,29 @@ let package = Package( .package( name: "WebIdIosBankIdentPlugin", url: "https://api.webid-solutions.de/releases/ios/spm/SwiftPackages/webid-bank-ident-plugin-spm", - .branch("snapshots") + .exact("9.0.2") ), .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: "WebIdOnServerDocumentScanner", url: "https://api.webid-solutions.de/releases/ios/spm/SwiftPackages/webid-on-server-document-scanner-spm", - .branch("snapshots") + .exact("11.1.0") ) ], targets: [ .binaryTarget( name: "WebIdPayOnServerProductPlugin", - url: "https://api.webid-solutions.de/releases/ios/xcframework/snapshots/de/webid-solutions/WebIdPayOnServerProductPlugin/12.0.3/WebIdPayOnServerProductPlugin.framework-v12.0.3-SNAPSHOT-1136.zip", - checksum: "07e432faed73d3e7a0c86c7002c4bc8781c641555db65b9ee87f2e51fa3f8d23" + url: "https://api.webid-solutions.de/releases/ios/xcframework/snapshots/de/webid-solutions/WebIdPayOnServerProductPlugin/12.0.3/WebIdPayOnServerProductPlugin.framework-v12.0.3-SNAPSHOT-1139.zip", + checksum: "5c1400c188eb3f461651a2f364eabb94d324c0451f95df5c37e4275fca89b045" ), .target( name: "WebIdPayOnServerProductPluginWrapper",