diff --git a/Package.swift b/Package.swift index 844db7a..26a808b 100644 --- a/Package.swift +++ b/Package.swift @@ -22,14 +22,14 @@ let package = Package( .package( name: "WebIdPluginCore", url: "https://api.webid-solutions.de/releases/ios/spm/SwiftPackages/webid-plugin-core-spm", - .branch("snapshots") + .exact("11.0.1") ) ], targets: [ .binaryTarget( name: "WebIdOnDeviceDocumentScanner", - url: "https://api.webid-solutions.de/releases/ios/xcframework/snapshots/de/webid-solutions/WebIdOnDeviceDocumentScanner/12.0.1/WebIdOnDeviceDocumentScanner.framework-v12.0.1-SNAPSHOT-1286.zip", - checksum: "ceceef684ed5d9b351417acf19bc91a279b04586fb0e8c201ccd7ab8c5b67580" + url: "https://api.webid-solutions.de/releases/ios/xcframework/snapshots/de/webid-solutions/WebIdOnDeviceDocumentScanner/12.0.1/WebIdOnDeviceDocumentScanner.framework-v12.0.1-SNAPSHOT-1288.zip", + checksum: "c83f9a0d28e6463bd3a32a7480630cce3a995a24509494d67d6970381a3493fc" ), .target( name: "WebIdOnDeviceDocumentScannerWrapper",