From 7ec7c5f7d58c5dc9140c1ab279d93dfdc180912e Mon Sep 17 00:00:00 2001 From: mac-mini-003 Date: Fri, 19 Apr 2024 10:33:57 +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 dab4108..6597966 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.1") ), .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: "WebIdEIdOnServerProductPlugin", - url: "https://api.webid-solutions.de/releases/ios/xcframework/snapshots/de/webid-solutions/WebIdEIdOnServerProductPlugin/12.0.3/WebIdEIdOnServerProductPlugin.framework-v12.0.3-SNAPSHOT-1136.zip", - checksum: "4abf82e6894920ee4bf18781cbbc825a2776c34e260c13f8da4dbf18acb87e1a" + url: "https://api.webid-solutions.de/releases/ios/xcframework/snapshots/de/webid-solutions/WebIdEIdOnServerProductPlugin/12.0.3/WebIdEIdOnServerProductPlugin.framework-v12.0.3-SNAPSHOT-1139.zip", + checksum: "d9b1f4d30ccfd8e93515fded72e7b0f4e6a45cefb361aa0b60f8ae6d92c84b04" ), .target( name: "WebIdEIdOnServerProductPluginWrapper",