diff --git a/Package.swift b/Package.swift index 8a0dfc6..51ca1d6 100644 --- a/Package.swift +++ b/Package.swift @@ -17,14 +17,14 @@ let package = Package( .package( name: "WebIdPluginCore", url: "https://api.webid-solutions.de/releases/ios/spm/SwiftPackages/webid-plugin-core-spm.git", - .branch("snapshots") + .branch("legacy-snapshots") ) ], targets: [ .binaryTarget( name: "WebIdDocumentScanner", - url: "https://api.webid-solutions.de/releases/ios/xcframework/snapshots/de/webid-solutions/WebIdDocumentScanner/15.0.1/WebIdDocumentScanner.framework-v15.0.1-SNAPSHOT-1365.zip", - checksum: "85d58d6abcbf92be4b26d558ab976d498c87638a399ff9be50b1b15fa709a8c7" + url: "https://api.webid-solutions.de/releases/ios/xcframework/legacy-snapshots/de/webid-solutions/WebIdDocumentScanner/15.0.1/WebIdDocumentScanner.framework-v15.0.1-SNAPSHOT-1368.zip", + checksum: "fe5e1056f346e77bb7931c4e20231a6fb8b1c8d33bd33f5cd01dea25507cb9af" ), .target( name: "WebIdDocumentScannerWrapper",