diff --git a/Package.swift b/Package.swift index 90acb75..f3609bd 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") + .exact("20.3.0") ), .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.2.2/WebIdOnDeviceDocumentScanner.framework-v20.2.2-SNAPSHOT-1483.zip", - checksum: "e62d8aa08e155cd40a36d8a1b90c6bc531dbcb2aa08f24e9931e065d4f512546" + url: "https://api.webid-solutions.de/releases/ios/xcframework/snapshots/de/webid-solutions/WebIdOnDeviceDocumentScanner/20.2.2/WebIdOnDeviceDocumentScanner.framework-v20.2.2-SNAPSHOT-1489.zip", + checksum: "6fa6cc9a8c50f2c0c49f1386a263b5e689af3935dd5522347c164111df817b47" ), .target( name: "WebIdOnDeviceDocumentScannerWrapper",