From 7083aa9a894e869976a77195c3d01cbfad1042ef Mon Sep 17 00:00:00 2001 From: mac-mini-003 Date: Fri, 19 Apr 2024 10:34:23 +0200 Subject: [PATCH] add new version 12.0.3-SNAPSHOT-1139 --- Package.swift | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/Package.swift b/Package.swift index d62b247..0a1cd52 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.git", - .branch("snapshots") + .exact("11.1.0") ), .package( name: "WebIdOnServerDocumentScanner", url: "https://api.webid-solutions.de/releases/ios/spm/SwiftPackages/webid-on-server-document-scanner-spm.git", - .branch("snapshots") + .exact("11.1.0") ), .package( name: "WebIdDigitalSigningPlugin", url: "https://api.webid-solutions.de/releases/ios/spm/SwiftPackages/webid-digital-signing-plugin-spm", - .branch("snapshots") + .exact("10.0.1") ), .package( name: "WebIdVideoIdentPlugin", url: "https://api.webid-solutions.de/releases/ios/spm/SwiftPackages/webid-video-ident-plugin-spm", - .branch("snapshots") + .exact("9.0.1") ) ], targets: [ .binaryTarget( name: "WebIdVideoIdentProductPlugin", - url: "https://api.webid-solutions.de/releases/ios/xcframework/snapshots/de/webid-solutions/WebIdVideoIdentProductPlugin/12.0.3/WebIdVideoIdentProductPlugin.framework-v12.0.3-SNAPSHOT-1136.zip", - checksum: "38fc8606e8bd8a502d95aa8ea86c03a87cdb5b13cec6544ee944a6a3284e50fe" + url: "https://api.webid-solutions.de/releases/ios/xcframework/snapshots/de/webid-solutions/WebIdVideoIdentProductPlugin/12.0.3/WebIdVideoIdentProductPlugin.framework-v12.0.3-SNAPSHOT-1139.zip", + checksum: "248ad597aae91015477e46f3ddef4d56d859d5c03e7d56fd42d7a0de6b5607f5" ), .target( name: "WebIdVideoIdentProductPluginWrapper",