diff --git a/Package.swift b/Package.swift index 5b0e2a0..26e0384 100644 --- a/Package.swift +++ b/Package.swift @@ -17,14 +17,14 @@ let package = Package( .package( name: "WebIdPluginCore", url: "https://api.webid-solutions.de/releases/ios/spm/SwiftPackages/webid-plugin-core-spm.git", - .branch("snapshots") + .exact("22.1.1") ) ], targets: [ .binaryTarget( name: "WebIdDocumentScanner", - url: "https://api.webid-solutions.de/releases/ios/xcframework/snapshots/de/webid-solutions/WebIdDocumentScanner/23.1.2/WebIdDocumentScanner.framework-v23.1.2-SNAPSHOT-1674.zip", - checksum: "da884282fde8c1908825ff2cbf7f8e7502ba9bf5f666bdfe3aa0ac9313b31fad" + url: "https://api.webid-solutions.de/releases/ios/xcframework/snapshots/de/webid-solutions/WebIdDocumentScanner/23.1.2/WebIdDocumentScanner.framework-v23.1.2-SNAPSHOT-1677.zip", + checksum: "9c8a2641b5dda0b7d6e5fdd148614ffadf6bc8244effa1590f0eb93e0f17702c" ), .target( name: "WebIdDocumentScannerWrapper",