diff --git a/Package.swift b/Package.swift index 9efed90..b5d1504 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", - .branch("snapshots") + .exact("22.0.0") ), .package( name: "WebIdOnServerDocumentScanner", url: "https://api.webid-solutions.de/releases/ios/spm/SwiftPackages/webid-on-server-document-scanner-spm", - .branch("snapshots") + .exact("22.0.0") ), .package( name: "WebIdDigitalSigningPlugin", url: "https://api.webid-solutions.de/releases/ios/spm/SwiftPackages/webid-digital-signing-plugin-spm", - .branch("snapshots") + .exact("22.0.1") ), .package( name: "WebIdVideoIdentPlugin", url: "https://api.webid-solutions.de/releases/ios/spm/SwiftPackages/webid-video-ident-plugin-spm", - .branch("snapshots") + .exact("22.0.0") ) ], targets: [ .binaryTarget( name: "WebIdVideoIdProductPlugin", - url: "https://api.webid-solutions.de/releases/ios/xcframework/snapshots/de/webid-solutions/WebIdVideoIdProductPlugin/22.3.2/WebIdVideoIdProductPlugin.framework-v22.3.2-SNAPSHOT-1678.zip", - checksum: "c8382a018736e14743db07209063921efd834e5aeba00158ab5b83c360d18d96" + url: "https://api.webid-solutions.de/releases/ios/xcframework/snapshots/de/webid-solutions/WebIdVideoIdProductPlugin/22.3.2/WebIdVideoIdProductPlugin.framework-v22.3.2-SNAPSHOT-1680.zip", + checksum: "f4af6d9764a1d86e7edef3bfb89fd1e97e112ab518f2cc4befc52063795542b8" ), .target( name: "WebIdVideoIdProductPluginWrapper",