diff --git a/Package.swift b/Package.swift index c3f1176..813604f 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", - .exact("12.0.0") + .branch("snapshots") ) ], targets: [ .binaryTarget( name: "WebIdDocumentScanner", - url: "https://api.webid-solutions.de/releases/ios/xcframework/snapshots/de/webid-solutions/WebIdDocumentScanner/12.0.1/WebIdDocumentScanner.framework-v12.0.1-SNAPSHOT-1311.zip", - checksum: "107e40d9c8c4e5747da0c87b17d3fffadefe68a77581e602aaf170dbf20b421f" + url: "https://api.webid-solutions.de/releases/ios/xcframework/snapshots/de/webid-solutions/WebIdDocumentScanner/12.3.0/WebIdDocumentScanner.framework-v12.3.0-SNAPSHOT-1313.zip", + checksum: "e0afda5ef7f93fce4b9cade702bc0f5694236d5ace2c371d52ac9a13f72b2b31" ), .target( name: "WebIdDocumentScannerWrapper",