diff --git a/Package.swift b/Package.swift index 4835d31..384701c 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("22.1.1") + .branch("snapshots") ), .package( name: "WebIdOnServerDocumentScanner", url: "https://api.webid-solutions.de/releases/ios/spm/SwiftPackages/webid-on-server-document-scanner-spm", - .exact("22.1.1") + .branch("snapshots") ), .package( name: "WebIdDigitalSigningPlugin", url: "https://api.webid-solutions.de/releases/ios/spm/SwiftPackages/webid-digital-signing-plugin-spm", - .exact("22.1.0") + .branch("snapshots") ), .package( name: "WebIdVideoIdentPlugin", url: "https://api.webid-solutions.de/releases/ios/spm/SwiftPackages/webid-video-ident-plugin-spm", - .exact("22.1.0") + .branch("snapshots") ) ], targets: [ .binaryTarget( name: "WebIdVideoIdProductPlugin", - url: "https://api.webid-solutions.de/releases/ios/xcframework/snapshots/de/webid-solutions/WebIdVideoIdProductPlugin/22.4.1/WebIdVideoIdProductPlugin.framework-v22.4.1-SNAPSHOT-1693.zip", - checksum: "46e25f338fd411aca0f29ca60d9ed9e537022138d3f641b16105ae423d6901f8" + url: "https://api.webid-solutions.de/releases/ios/xcframework/snapshots/de/webid-solutions/WebIdVideoIdProductPlugin/22.4.3/WebIdVideoIdProductPlugin.framework-v22.4.3-SNAPSHOT-1696.zip", + checksum: "b1ddd408478d8708d00601af09f995b84ba23e6dcf56b1f8603ee0fd31a8bdb5" ), .target( name: "WebIdVideoIdProductPluginWrapper",