From 7e24978d555384d8e2e9b5bd95f0848cf8669b7f Mon Sep 17 00:00:00 2001 From: mac-mini-003 Date: Thu, 21 Mar 2024 06:25:06 +0100 Subject: [PATCH] add new version 12.0.0-SNAPSHOT-1114 --- Package.swift | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/Package.swift b/Package.swift index 7427f7d..26096e2 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.0.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.0.0") ), .package( name: "WebIdDigitalSigningPlugin", url: "https://api.webid-solutions.de/releases/ios/spm/SwiftPackages/webid-digital-signing-plugin-spm", - .branch("snapshots") + .exact("10.0.0") ), .package( name: "WebIdVideoIdentPlugin", url: "https://api.webid-solutions.de/releases/ios/spm/SwiftPackages/webid-video-ident-plugin-spm", - .branch("snapshots") + .exact("9.0.0") ) ], targets: [ .binaryTarget( name: "WebIdVideoIdentProductPlugin", - url: "https://api.webid-solutions.de/releases/ios/xcframework/snapshots/de/webid-solutions/WebIdVideoIdentProductPlugin/12.0.0/WebIdVideoIdentProductPlugin.framework-v12.0.0-SNAPSHOT-1113.zip", - checksum: "f78b0b58d8734e2264adf0d4459d15dc27c8011c5db3519f7b8da9fea5981b09" + url: "https://api.webid-solutions.de/releases/ios/xcframework/snapshots/de/webid-solutions/WebIdVideoIdentProductPlugin/12.0.0/WebIdVideoIdentProductPlugin.framework-v12.0.0-SNAPSHOT-1114.zip", + checksum: "67b958de896728d7ae32f7beeb974de2803447e512561a3263ce0465c17b53e9" ), .target( name: "WebIdVideoIdentProductPluginWrapper",