diff --git a/Package.swift b/Package.swift index 2c7d36e..17c1312 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("15.1.2") + .branch("legacy-snapshots") ), .package( name: "WebIdOnServerDocumentScanner", url: "https://api.webid-solutions.de/releases/ios/spm/SwiftPackages/webid-on-server-document-scanner-spm", - .exact("15.1.2") + .branch("legacy-snapshots") ), .package( name: "WebIdDigitalSigningPlugin", url: "https://api.webid-solutions.de/releases/ios/spm/SwiftPackages/webid-digital-signing-plugin-spm", - .exact("15.1.1") + .branch("legacy-snapshots") ), .package( name: "WebIdVideoIdentPlugin", url: "https://api.webid-solutions.de/releases/ios/spm/SwiftPackages/webid-video-ident-plugin-spm", - .exact("15.2.1") + .branch("legacy-snapshots") ) ], targets: [ .binaryTarget( name: "WebIdVideoIdentProductPlugin", - url: "https://api.webid-solutions.de/releases/ios/xcframework/legacy-snapshots/de/webid-solutions/WebIdVideoIdentProductPlugin/15.3.3/WebIdVideoIdentProductPlugin.framework-v15.3.3-SNAPSHOT-1363.zip", - checksum: "f85f4757d0ebb84b2784e09408d8cc798d39461ef0fb3f29d8b5e3e0825e7f0c" + url: "https://api.webid-solutions.de/releases/ios/xcframework/legacy-snapshots/de/webid-solutions/WebIdVideoIdentProductPlugin/15.3.4/WebIdVideoIdentProductPlugin.framework-v15.3.4-SNAPSHOT-1367.zip", + checksum: "2936703f9b16417270674fbd1f13525a0327ca46631d502dc52e3ad7d16a2931" ), .target( name: "WebIdVideoIdentProductPluginWrapper",