diff --git a/Package.swift b/Package.swift index 5df9ddd..1724e89 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.1.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/22.0.2/WebIdOnDeviceDocumentScanner.framework-v22.0.2-SNAPSHOT-1612.zip", - checksum: "64a5042cee0dbc66b5b620121c073c71e5d8d832bd70c3926ffa580c126c9a2a" + url: "https://api.webid-solutions.de/releases/ios/xcframework/snapshots/de/webid-solutions/WebIdOnDeviceDocumentScanner/22.0.2/WebIdOnDeviceDocumentScanner.framework-v22.0.2-SNAPSHOT-1613.zip", + checksum: "4a254d7af3957da5135eba748b5a87e29b23098ac0fc71bd1901c46fbcf7c902" ), .target( name: "WebIdOnDeviceDocumentScannerWrapper",