diff --git a/Package.swift b/Package.swift index a105425..d30f52a 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("22.0.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.1.3/WebIdOnDeviceDocumentScanner.framework-v22.1.3-SNAPSHOT-1657.zip", - checksum: "e324f1a00fe5486a4bb62c17313d7a892794b19815d80b1c2885b656d123b75d" + url: "https://api.webid-solutions.de/releases/ios/xcframework/snapshots/de/webid-solutions/WebIdOnDeviceDocumentScanner/22.1.3/WebIdOnDeviceDocumentScanner.framework-v22.1.3-SNAPSHOT-1658.zip", + checksum: "3e9b96cc5f9e9a450f58786380dd86fdf3bce81cf014c46446d7e5c56449148c" ), .target( name: "WebIdOnDeviceDocumentScannerWrapper",