From 8c15a18224dfa286a7d8351d141b5c03c4889032 Mon Sep 17 00:00:00 2001 From: mac-mini-003 Date: Wed, 27 Aug 2025 11:59:58 +0200 Subject: [PATCH] add new version 20.1.2-SNAPSHOT-1488 --- Package.swift | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/Package.swift b/Package.swift index fd0b38b..8d0f2b0 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/SwiftPackageRedesignV4/webid-ident-scan-plugin-spm", - .branch("redesign-v4-snapshots") + .exact("20.2.0") ), .package( name: "WebIdOnServerDocumentScanner", url: "https://api.webid-solutions.de/releases/ios/spm/SwiftPackageRedesignV4/webid-on-server-document-scanner-spm", - .branch("redesign-v4-snapshots") + .exact("20.2.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.2.0") ), .package( name: "WebIdVideoIdentPlugin", url: "https://api.webid-solutions.de/releases/ios/spm/SwiftPackageRedesignV4/webid-video-ident-plugin-spm", - .branch("redesign-v4-snapshots") + .exact("20.2.0") ) ], targets: [ .binaryTarget( name: "WebIdVideoIdProductPlugin", - url: "https://api.webid-solutions.de/releases/ios/xcframework/snapshots/de/webid-solutions/WebIdVideoIdProductPlugin/20.1.2/WebIdVideoIdProductPlugin.framework-v20.1.2-SNAPSHOT-1483.zip", - checksum: "d4eb4e43de3f21e75acf0e61f80bd79748b57c798bbbe2cdb09d1f485052c763" + url: "https://api.webid-solutions.de/releases/ios/xcframework/snapshots/de/webid-solutions/WebIdVideoIdProductPlugin/20.1.2/WebIdVideoIdProductPlugin.framework-v20.1.2-SNAPSHOT-1488.zip", + checksum: "8a47f30ed746dfe82f2411daa6589741f829020b2066212453ff2260d48d58e2" ), .target( name: "WebIdVideoIdProductPluginWrapper",