From 1c66fc006eb7b6efc5d05654948c60abc2cd2adb Mon Sep 17 00:00:00 2001 From: mac-mini-003 Date: Thu, 21 Mar 2024 06:24:33 +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 ff3077f..5396238 100644 --- a/Package.swift +++ b/Package.swift @@ -17,29 +17,29 @@ let package = Package( .package( name: "WebIdEIdentPlugin", url: "https://api.webid-solutions.de/releases/ios/spm/SwiftPackages/webid-eident-plugin-spm", - .branch("snapshots") + .exact("4.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: "WebIdEIdOnServerProductPlugin", - url: "https://api.webid-solutions.de/releases/ios/xcframework/snapshots/de/webid-solutions/WebIdEIdOnServerProductPlugin/12.0.0/WebIdEIdOnServerProductPlugin.framework-v12.0.0-SNAPSHOT-1113.zip", - checksum: "7c134feea2889252240c9ca5a641b80b300cb554b7cd60e79e85700c44cdbf69" + url: "https://api.webid-solutions.de/releases/ios/xcframework/snapshots/de/webid-solutions/WebIdEIdOnServerProductPlugin/12.0.0/WebIdEIdOnServerProductPlugin.framework-v12.0.0-SNAPSHOT-1114.zip", + checksum: "d5fff3e43c3e7e2f280489201f91c17475d5f2c701b3a0534630d677ffb8d0f5" ), .target( name: "WebIdEIdOnServerProductPluginWrapper",