From 94e4c4161979abf8c580cb44e82c14ddd290a4d6 Mon Sep 17 00:00:00 2001 From: mac-mini-003 Date: Tue, 11 Nov 2025 12:10:29 +0100 Subject: [PATCH] add new version 201.1.5-SNAPSHOT-1553 --- Package.swift | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Package.swift b/Package.swift index f07b5fb..af3a6bd 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", - .exact("20.3.5") + .branch("experimental") ), .package( name: "WebIdDocumentScanner", url: "https://api.webid-solutions.de/releases/ios/spm/SwiftPackages/webid-document-scanner-spm.git", - .exact("20.3.5") + .branch("experimental") ), .package( name: "WebIdIosIdentScanPlugin", url: "https://api.webid-solutions.de/releases/ios/spm/SwiftPackages/webid-ident-scan-plugin-spm", - .exact("20.3.5") + .branch("experimental") ), .package( name: "WebIdDigitalSigningPlugin", url: "https://api.webid-solutions.de/releases/ios/spm/SwiftPackages/webid-digital-signing-plugin-spm", - .exact("20.3.3") + .branch("experimental") ), .package( name: "WebIdIosBankIdentPlugin", url: "https://api.webid-solutions.de/releases/ios/spm/SwiftPackages/webid-bank-ident-plugin-spm", - .exact("20.3.0") + .branch("experimental") ) ], targets: [ .binaryTarget( name: "WebIdAccountIdProductPlugin", - url: "https://api.webid-solutions.de/releases/ios/xcframework/releases/de/webid-solutions/WebIdAccountIdProductPlugin/21.1.2/WebIdAccountIdProductPlugin.framework-v21.1.2.zip", - checksum: "1f292bc028da86f4d21355400bd1caefd9bd64746c9078ccadeb3d7952981cd4" + url: "https://api.webid-solutions.de/releases/ios/xcframework/experimental/de/webid-solutions/WebIdAccountIdProductPlugin/201.1.5/WebIdAccountIdProductPlugin.framework-v201.1.5-SNAPSHOT-1553.zip", + checksum: "dd30e7259b05879d3b4a04ea73d158fb97fdf54dc73b5dce902e686be41cef58" ), .target( name: "WebIdAccountIdProductPluginWrapper",