diff --git a/Package.swift b/Package.swift index 747f6e9..1f2be73 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", - .branch("snapshots") + .exact("12.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/12.3.0/WebIdOnDeviceDocumentScanner.framework-v12.3.0-SNAPSHOT-1329.zip", - checksum: "696b09b21ae91100dff9bc6f080067760eee6e1bac38a292d953eb8c5cfe8bf5" + url: "https://api.webid-solutions.de/releases/ios/xcframework/snapshots/de/webid-solutions/WebIdOnDeviceDocumentScanner/12.3.0/WebIdOnDeviceDocumentScanner.framework-v12.3.0-SNAPSHOT-1330.zip", + checksum: "efeb543814483a5686b821bfe50d3ab20534392445b0ea7c95019d33f76236b1" ), .target( name: "WebIdOnDeviceDocumentScannerWrapper",