diff --git a/Package.swift b/Package.swift index 757ffa5..939f196 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("21.0.1") ), .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.4.2/WebIdOnDeviceDocumentScanner.framework-v20.4.2-SNAPSHOT-1536.zip", - checksum: "a5e13eb387c53909fc8967f8278199b60441b7da6cfe82fa774cfd6cba9966bb" + url: "https://api.webid-solutions.de/releases/ios/xcframework/snapshots/de/webid-solutions/WebIdOnDeviceDocumentScanner/20.4.2/WebIdOnDeviceDocumentScanner.framework-v20.4.2-SNAPSHOT-1538.zip", + checksum: "b31cd9efc24baf5ca66bfc778c357ab68b0c9efe7d1a8f8f6cbe67d6f17ff2a9" ), .target( name: "WebIdOnDeviceDocumentScannerWrapper",