diff --git a/Package.swift b/Package.swift index b9efd46..a7f4f90 100644 --- a/Package.swift +++ b/Package.swift @@ -22,7 +22,7 @@ let package = Package( .package( name: "WebIdPluginCore", url: "https://api.webid-solutions.de/releases/ios/spm/SwiftPackages/webid-plugin-core-spm.git", - .exact("12.2.0") + .branch("snapshots") ), .package( name: "DocumentReader", @@ -38,8 +38,8 @@ let package = Package( targets: [ .binaryTarget( name: "WebIdOnDeviceDocumentScanner", - url: "https://api.webid-solutions.de/releases/ios/xcframework/snapshots/de/webid-solutions/WebIdOnDeviceDocumentScanner/12.3.0/WebIdOnDeviceDocumentScanner.framework-v12.3.0-SNAPSHOT-1335.zip", - checksum: "16ac7e726df3343f316973cce29e54b5f574a65d479988b2e7c32f35572ab962" + url: "https://api.webid-solutions.de/releases/ios/xcframework/snapshots/de/webid-solutions/WebIdOnDeviceDocumentScanner/12.3.0/WebIdOnDeviceDocumentScanner.framework-v12.3.0-SNAPSHOT-1337.zip", + checksum: "5ec2596315614fb644d1d1968b58a66a9a7ee1a6d50810565dac918e554c3d0c" ), .target( name: "WebIdOnDeviceDocumentScannerWrapper",