diff --git a/Package.swift b/Package.swift index fee72c8..18b8a1f 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.0.0") ) ], targets: [ .binaryTarget( name: "WebIdDocumentScanner", - url: "https://api.webid-solutions.de/releases/ios/xcframework/snapshots/de/webid-solutions/WebIdDocumentScanner/22.1.3/WebIdDocumentScanner.framework-v22.1.3-SNAPSHOT-1652.zip", - checksum: "900006ac964134a66e5651e9f906ae81813bb9ba48a9aeb90221f5a365908140" + url: "https://api.webid-solutions.de/releases/ios/xcframework/snapshots/de/webid-solutions/WebIdDocumentScanner/22.1.3/WebIdDocumentScanner.framework-v22.1.3-SNAPSHOT-1655.zip", + checksum: "6f6e6937d09d1ff71c91f3ae5e58466554c9772a49a74314b09b753c75966769" ), .target( name: "WebIdDocumentScannerWrapper",