diff --git a/Package.swift b/Package.swift index 04cd1c4..2a7066f 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", - .branch("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/snapshots/de/webid-solutions/WebIdOnDeviceDocumentScanner/20.3.6/WebIdOnDeviceDocumentScanner.framework-v20.3.6-SNAPSHOT-1508.zip", - checksum: "c232d2f8586bbf1c9c14db6e2663732369f3ad37a1f42c5dcf7c8c028e961b50" + url: "https://api.webid-solutions.de/releases/ios/xcframework/snapshots/de/webid-solutions/WebIdOnDeviceDocumentScanner/20.3.6/WebIdOnDeviceDocumentScanner.framework-v20.3.6-SNAPSHOT-1510.zip", + checksum: "6a1d2620f287dc1e69ec642af9eec98b8454cc9f8d968dfbdc9a26bad1e096e0" ), .target( name: "WebIdOnDeviceDocumentScannerWrapper",