From 076e02eee259e59e28041355b358a74b0ecfc6e4 Mon Sep 17 00:00:00 2001 From: mac-mini-003 Date: Mon, 4 Aug 2025 12:13:29 +0200 Subject: [PATCH] add new version 20.1.1-SNAPSHOT-1458 --- Package.swift | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/Package.swift b/Package.swift index a22f188..8f6ba3f 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/SwiftPackageRedesignV4/webid-eident-plugin-spm", - .branch("redesign-v4-snapshots") + .exact("20.1.0") ), .package( name: "WebIdDigitalSigningPlugin", url: "https://api.webid-solutions.de/releases/ios/spm/SwiftPackageRedesignV4/webid-digital-signing-plugin-spm", - .branch("redesign-v4-snapshots") + .exact("20.1.0") ), .package( name: "WebIdIosIdentScanPlugin", url: "https://api.webid-solutions.de/releases/ios/spm/SwiftPackageRedesignV4/webid-ident-scan-plugin-spm", - .branch("redesign-v4-snapshots") + .exact("20.1.1") ), .package( name: "WebIdOnServerDocumentScanner", url: "https://api.webid-solutions.de/releases/ios/spm/SwiftPackageRedesignV4/webid-on-server-document-scanner-spm", - .branch("redesign-v4-snapshots") + .exact("20.1.1") ) ], targets: [ .binaryTarget( name: "WebIdEIdOnServerProductPlugin", - url: "https://api.webid-solutions.de/releases/ios/xcframework/redesign-v4-snapshots/de/webid-solutions/WebIdEIdOnServerProductPlugin/20.1.1/WebIdEIdOnServerProductPlugin.framework-v20.1.1-SNAPSHOT-1457.zip", - checksum: "dcebf5b9a0a107da1263b29396037ba07dbf194c61d19a664bb8ebb92c696496" + url: "https://api.webid-solutions.de/releases/ios/xcframework/redesign-v4-snapshots/de/webid-solutions/WebIdEIdOnServerProductPlugin/20.1.1/WebIdEIdOnServerProductPlugin.framework-v20.1.1-SNAPSHOT-1458.zip", + checksum: "459acaf64801c571fc40ccce9c0b6d74410704275aa08d6b3d56d5e97c50281a" ), .target( name: "WebIdEIdOnServerProductPluginWrapper",