From 5234ac7d0c845d456f4d4ffd8e7481f29ba19b73 Mon Sep 17 00:00:00 2001 From: mac-mini-003 Date: Tue, 4 Nov 2025 16:29:33 +0100 Subject: [PATCH] add new version 21.1.3-SNAPSHOT-1543 --- Package.swift | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/Package.swift b/Package.swift index 8a41b9d..62b23e2 100644 --- a/Package.swift +++ b/Package.swift @@ -17,29 +17,29 @@ let package = Package( .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: "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: "WebIdDigitalSigningPlugin", url: "https://api.webid-solutions.de/releases/ios/spm/SwiftPackages/webid-digital-signing-plugin-spm", - .exact("20.3.3") + .branch("experimental") ), .package( name: "WebIdVideoIdentPlugin", url: "https://api.webid-solutions.de/releases/ios/spm/SwiftPackages/webid-video-ident-plugin-spm", - .exact("20.3.0") + .branch("experimental") ) ], targets: [ .binaryTarget( name: "WebIdVideoIdProductPlugin", - url: "https://api.webid-solutions.de/releases/ios/xcframework/snapshots/de/webid-solutions/WebIdVideoIdProductPlugin/21.1.2/WebIdVideoIdProductPlugin.framework-v21.1.2-SNAPSHOT-1539.zip", - checksum: "3cde16f9394539b93922d046953fe52b3f91804f98c9f2b157cbdc1db63387ed" + url: "https://api.webid-solutions.de/releases/ios/xcframework/snapshots/de/webid-solutions/WebIdVideoIdProductPlugin/21.1.3/WebIdVideoIdProductPlugin.framework-v21.1.3-SNAPSHOT-1543.zip", + checksum: "9db135268ebe8248d233ed6e2e1aae1179b584fdda2be8e2722a8d053b5ae6ce" ), .target( name: "WebIdVideoIdProductPluginWrapper",