diff --git a/Package.swift b/Package.swift index 67702ea..6c3ac67 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", - .exact("21.0.1") + .branch("snapshots") ) ], targets: [ .binaryTarget( name: "WebIdDocumentScanner", - url: "https://api.webid-solutions.de/releases/ios/xcframework/snapshots/de/webid-solutions/WebIdDocumentScanner/20.4.2/WebIdDocumentScanner.framework-v20.4.2-SNAPSHOT-1538.zip", - checksum: "350c4e6ecdc1117670187891dd80f8cacc258b6807fe24b27b47f2583f417d3e" + url: "https://api.webid-solutions.de/releases/ios/xcframework/snapshots/de/webid-solutions/WebIdDocumentScanner/21.0.2/WebIdDocumentScanner.framework-v21.0.2-SNAPSHOT-1546.zip", + checksum: "dcb9c45b063a36caf7e3ff3407a4964c91ea328dd3e95f9787bce0b5a50aadc5" ), .target( name: "WebIdDocumentScannerWrapper",