From 61a6d365d6867faf9945aa0276f5ea5ee766d8b0 Mon Sep 17 00:00:00 2001 From: mac-mini-003 Date: Thu, 2 Oct 2025 14:29:10 +0200 Subject: [PATCH] add new version 21.0.4-SNAPSHOT-1525 --- Package.swift | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Package.swift b/Package.swift index 5a70f61..e78baf6 100644 --- a/Package.swift +++ b/Package.swift @@ -17,34 +17,34 @@ let package = Package( .package( name: "WebIdOnServerDocumentScanner", url: "https://api.webid-solutions.de/releases/ios/spm/SwiftPackages/webid-on-server-document-scanner-spm", - .branch("snapshots") + .exact("20.3.0") ), .package( name: "WebIdDocumentScanner", url: "https://api.webid-solutions.de/releases/ios/spm/SwiftPackages/webid-document-scanner-spm.git", - .branch("snapshots") + .exact("20.3.0") ), .package( name: "WebIdIosIdentScanPlugin", url: "https://api.webid-solutions.de/releases/ios/spm/SwiftPackages/webid-ident-scan-plugin-spm", - .branch("snapshots") + .exact("20.3.0") ), .package( name: "WebIdDigitalSigningPlugin", url: "https://api.webid-solutions.de/releases/ios/spm/SwiftPackages/webid-digital-signing-plugin-spm", - .branch("snapshots") + .exact("20.3.1") ), .package( name: "WebIdIosBankIdentPlugin", url: "https://api.webid-solutions.de/releases/ios/spm/SwiftPackages/webid-bank-ident-plugin-spm", - .branch("snapshots") + .exact("20.3.0") ) ], targets: [ .binaryTarget( name: "WebIdAccountIdProductPlugin", - url: "https://api.webid-solutions.de/releases/ios/xcframework/snapshots/de/webid-solutions/WebIdAccountIdProductPlugin/21.0.4/WebIdAccountIdProductPlugin.framework-v21.0.4-SNAPSHOT-1520.zip", - checksum: "73abfbe7cea2c111c9f05b19913ec3b73e3dd6940d70139943b7cbea95ba7864" + url: "https://api.webid-solutions.de/releases/ios/xcframework/snapshots/de/webid-solutions/WebIdAccountIdProductPlugin/21.0.4/WebIdAccountIdProductPlugin.framework-v21.0.4-SNAPSHOT-1525.zip", + checksum: "a70c2146279d0efba87e799b74ace93209f4a3ef3032e84eabb547406748f264" ), .target( name: "WebIdAccountIdProductPluginWrapper",