diff --git a/Package.swift b/Package.swift index f52de66..cb17aa9 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("21.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/22.0.4/WebIdOnDeviceDocumentScanner.framework-v22.0.4-SNAPSHOT-1630.zip", - checksum: "3609e8e83ed601662c6ad309999186870e6bc2281670255d7aac7ba7516489b2" + url: "https://api.webid-solutions.de/releases/ios/xcframework/snapshots/de/webid-solutions/WebIdOnDeviceDocumentScanner/22.1.1/WebIdOnDeviceDocumentScanner.framework-v22.1.1-SNAPSHOT-1634.zip", + checksum: "edfc8aac63e76f4635621b076fd6c6b93eb15b7634b1d3fdf5b7014d55062ddb" ), .target( name: "WebIdOnDeviceDocumentScannerWrapper",