diff --git a/Package.swift b/Package.swift index 6172868..b73af5d 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/SwiftPackageRedesignV4/webid-plugin-core-spm.git", - .branch("redesign-v4-snapshots") + .branch("experimental") ), .package( name: "DocumentReader", @@ -38,8 +38,8 @@ let package = Package( targets: [ .binaryTarget( name: "WebIdOnDeviceDocumentScanner", - url: "https://api.webid-solutions.de/releases/ios/xcframework/experimental/de/webid-solutions/WebIdOnDeviceDocumentScanner/13.3.0/WebIdOnDeviceDocumentScanner.framework-v13.3.0-SNAPSHOT-1396.zip", - checksum: "31e23186a643577bb1366f0f9075177a595b5186186719b5a5ce31088b26b2c1" + url: "https://api.webid-solutions.de/releases/ios/xcframework/experimental/de/webid-solutions/WebIdOnDeviceDocumentScanner/20.0.1/WebIdOnDeviceDocumentScanner.framework-v20.0.1-SNAPSHOT-1448.zip", + checksum: "2a31a49e015a5ddeaa7a43d2daa6c51774798eef02a2f38122dbc6ecb31d8027" ), .target( name: "WebIdOnDeviceDocumentScannerWrapper",