diff --git a/Package.swift b/Package.swift index a1d560d..796bb48 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("legacy-snapshots") + .exact("15.0.1") ), .package( name: "WebIdOnServerDocumentScanner", url: "https://api.webid-solutions.de/releases/ios/spm/SwiftPackages/webid-on-server-document-scanner-spm", - .branch("legacy-snapshots") + .exact("15.0.1") ), .package( name: "WebIdDigitalSigningPlugin", url: "https://api.webid-solutions.de/releases/ios/spm/SwiftPackages/webid-digital-signing-plugin-spm", - .branch("legacy-snapshots") + .exact("15.0.1") ), .package( name: "WebIdVideoIdentPlugin", url: "https://api.webid-solutions.de/releases/ios/spm/SwiftPackages/webid-video-ident-plugin-spm", - .branch("legacy-snapshots") + .exact("15.1.0") ) ], targets: [ .binaryTarget( name: "WebIdVideoIdentProductPlugin", - url: "https://api.webid-solutions.de/releases/ios/xcframework/legacy-snapshots/de/webid-solutions/WebIdVideoIdentProductPlugin/15.0.2/WebIdVideoIdentProductPlugin.framework-v15.0.2-SNAPSHOT-1316.zip", - checksum: "e8dbfc35849f6fd2dc323a3c06b2bbcbdecde76f503dfbde67bdb96efbc50622" + url: "https://api.webid-solutions.de/releases/ios/xcframework/legacy-snapshots/de/webid-solutions/WebIdVideoIdentProductPlugin/15.0.2/WebIdVideoIdentProductPlugin.framework-v15.0.2-SNAPSHOT-1322.zip", + checksum: "e90b4ff8697a3cf019f44a4eb94e143d1635038b287e0cdd24d88686dc30f306" ), .target( name: "WebIdVideoIdentProductPluginWrapper",