diff --git a/Package.swift b/Package.swift index 7ec2907..c207083 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("21.2.1") + .branch("snapshots") ), .package( name: "WebIdOnServerDocumentScanner", url: "https://api.webid-solutions.de/releases/ios/spm/SwiftPackages/webid-on-server-document-scanner-spm", - .exact("21.2.1") + .branch("snapshots") ), .package( name: "WebIdDigitalSigningPlugin", url: "https://api.webid-solutions.de/releases/ios/spm/SwiftPackages/webid-digital-signing-plugin-spm", - .exact("21.0.4") + .branch("snapshots") ), .package( name: "WebIdVideoIdentPlugin", url: "https://api.webid-solutions.de/releases/ios/spm/SwiftPackages/webid-video-ident-plugin-spm", - .exact("21.1.2") + .branch("snapshots") ) ], targets: [ .binaryTarget( name: "WebIdVideoIdProductPlugin", - url: "https://api.webid-solutions.de/releases/ios/xcframework/snapshots/de/webid-solutions/WebIdVideoIdProductPlugin/22.1.2/WebIdVideoIdProductPlugin.framework-v22.1.2-SNAPSHOT-1641.zip", - checksum: "12bc89a69d979342bef2fd5267c02b95d37f8e5c12dc34c1d07afe1735788717" + url: "https://api.webid-solutions.de/releases/ios/xcframework/snapshots/de/webid-solutions/WebIdVideoIdProductPlugin/22.2.2/WebIdVideoIdProductPlugin.framework-v22.2.2-SNAPSHOT-1651.zip", + checksum: "b2cbe5e865a9a6c896c530dae1957c4b29e0692bf3056e95075266773e5a2ebf" ), .target( name: "WebIdVideoIdProductPluginWrapper",