diff --git a/Package.swift b/Package.swift index 26e0384..e4b437a 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("22.1.1") + .branch("snapshots") ) ], targets: [ .binaryTarget( name: "WebIdDocumentScanner", - url: "https://api.webid-solutions.de/releases/ios/xcframework/snapshots/de/webid-solutions/WebIdDocumentScanner/23.1.2/WebIdDocumentScanner.framework-v23.1.2-SNAPSHOT-1677.zip", - checksum: "9c8a2641b5dda0b7d6e5fdd148614ffadf6bc8244effa1590f0eb93e0f17702c" + url: "https://api.webid-solutions.de/releases/ios/xcframework/snapshots/de/webid-solutions/WebIdDocumentScanner/23.1.3/WebIdDocumentScanner.framework-v23.1.3-SNAPSHOT-1679.zip", + checksum: "ed4b57712a35b4bab4ca669ca365f2f7744ab8771cd58b5e05d9347eb160a30a" ), .target( name: "WebIdDocumentScannerWrapper",