From 4678d8c0a7d4eeefec445bb92f28bf2bc9c04f0c Mon Sep 17 00:00:00 2001 From: mac-mini-003 Date: Thu, 21 Mar 2024 06:24:48 +0100 Subject: [PATCH] add new version 12.0.0-SNAPSHOT-1114 --- Package.swift | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/Package.swift b/Package.swift index 7b0b1e9..bd53fe1 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.0") ), .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: "WebIdPayOnServerProductPlugin", - url: "https://api.webid-solutions.de/releases/ios/xcframework/snapshots/de/webid-solutions/WebIdPayOnServerProductPlugin/12.0.0/WebIdPayOnServerProductPlugin.framework-v12.0.0-SNAPSHOT-1113.zip", - checksum: "959c73866be9cd3c541f78dc34ae89c2d0de339fa48069ff8d7068ac44db628c" + url: "https://api.webid-solutions.de/releases/ios/xcframework/snapshots/de/webid-solutions/WebIdPayOnServerProductPlugin/12.0.0/WebIdPayOnServerProductPlugin.framework-v12.0.0-SNAPSHOT-1114.zip", + checksum: "862cd2631d31cfb4117b767f3f51635176faaeb91b49c8797fe3d8a542e0ec39" ), .target( name: "WebIdPayOnServerProductPluginWrapper",