From 33654db9683a5930d8a99a69a1161b8958214dfe Mon Sep 17 00:00:00 2001 From: mac-mini-003 Date: Tue, 20 May 2025 10:14:07 +0200 Subject: [PATCH] add new version 13.4.1-SNAPSHOT-1273 --- Package.swift | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/Package.swift b/Package.swift index c18a396..0c4b696 100644 --- a/Package.swift +++ b/Package.swift @@ -17,24 +17,24 @@ let package = Package( .package( name: "WebIdDigitalSigningPlugin", url: "https://api.webid-solutions.de/releases/ios/spm/SwiftPackages/webid-digital-signing-plugin-spm", - .exact("11.3.0") + .branch("snapshots") ), .package( name: "WebIdIosIdentScanPlugin", url: "https://api.webid-solutions.de/releases/ios/spm/SwiftPackages/webid-ident-scan-plugin-spm", - .exact("12.4.0") + .branch("snapshots") ), .package( name: "WebIdOnServerDocumentScanner", url: "https://api.webid-solutions.de/releases/ios/spm/SwiftPackages/webid-on-server-document-scanner-spm", - .exact("12.4.0") + .branch("snapshots") ) ], targets: [ .binaryTarget( name: "WebIdAutoIdentOnServerProductPlugin", - url: "https://api.webid-solutions.de/releases/ios/xcframework/snapshots/de/webid-solutions/WebIdAutoIdentOnServerProductPlugin/13.4.1/WebIdAutoIdentOnServerProductPlugin.framework-v13.4.1-SNAPSHOT-1271.zip", - checksum: "8e9c11ce6538b83797580abe6f1efacc0313a3716bd2b271dae5339e2c78ddb4" + url: "https://api.webid-solutions.de/releases/ios/xcframework/snapshots/de/webid-solutions/WebIdAutoIdentOnServerProductPlugin/13.4.1/WebIdAutoIdentOnServerProductPlugin.framework-v13.4.1-SNAPSHOT-1273.zip", + checksum: "66a742a48fbc5fda7266a080a0f088e4a3c5ee7523b7435add1ac7cfb00febea" ), .target( name: "WebIdAutoIdentOnServerProductPluginWrapper",