From 61f66ce837d50173b3c9b5a040c629f63784072a Mon Sep 17 00:00:00 2001 From: mac-mini-003 Date: Mon, 4 Aug 2025 12:13:52 +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 b71a5e4..6e9578f 100644 --- a/Package.swift +++ b/Package.swift @@ -17,29 +17,29 @@ let package = Package( .package( name: "WebIdOnDeviceDocumentScanner", url: "https://api.webid-solutions.de/releases/ios/spm/SwiftPackageRedesignV4/webid-on-device-document-scanner-spm", - .branch("redesign-v4-snapshots") + .exact("20.1.1") ), .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: "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") ) ], targets: [ .binaryTarget( name: "WebIdEIdProductPlugin", - url: "https://api.webid-solutions.de/releases/ios/xcframework/redesign-v4-snapshots/de/webid-solutions/WebIdEIdProductPlugin/20.1.1/WebIdEIdProductPlugin.framework-v20.1.1-SNAPSHOT-1457.zip", - checksum: "c4b636e4aabbff45a5240f717f4d03864d53e345ffb6011ffa5f90c889c9e973" + url: "https://api.webid-solutions.de/releases/ios/xcframework/redesign-v4-snapshots/de/webid-solutions/WebIdEIdProductPlugin/20.1.1/WebIdEIdProductPlugin.framework-v20.1.1-SNAPSHOT-1458.zip", + checksum: "6eaf9247cf673b83de3ff84052706680a7e6f5bedfb75efdd5971141281cdb42" ), .target( name: "WebIdEIdProductPluginWrapper",