diff --git a/Package.swift b/Package.swift index 2cf1741..ab7ca9f 100644 --- a/Package.swift +++ b/Package.swift @@ -17,29 +17,29 @@ let package = Package( .package( name: "WebIdOnServerDocumentScanner", url: "https://api.webid-solutions.de/releases/ios/spm/SwiftPackages/webid-on-server-document-scanner-spm", - .exact("21.2.0") + .exact("21.2.1") ), .package( name: "WebIdIosIdentScanPlugin", url: "https://api.webid-solutions.de/releases/ios/spm/SwiftPackages/webid-ident-scan-plugin-spm", - .exact("21.2.0") + .exact("21.2.1") ), .package( name: "WebIdEIdentPlugin", url: "https://api.webid-solutions.de/releases/ios/spm/SwiftPackages/webid-eident-plugin-spm", - .exact("21.0.3") + .exact("21.0.4") ), .package( name: "WebIdDigitalSigningPlugin", url: "https://api.webid-solutions.de/releases/ios/spm/SwiftPackages/webid-digital-signing-plugin-spm", - .exact("21.0.3") + .exact("21.0.4") ) ], targets: [ .binaryTarget( name: "WebIdEIdProductPlugin", - url: "https://api.webid-solutions.de/releases/ios/xcframework/snapshots/de/webid-solutions/WebIdEIdProductPlugin/22.0.6/WebIdEIdProductPlugin.framework-v22.0.6-SNAPSHOT-1606.zip", - checksum: "711d4f02fb0aa548d10a2dcc1fb062a6441d0c83a486ba689a80df1a0086fe35" + url: "https://api.webid-solutions.de/releases/ios/xcframework/snapshots/de/webid-solutions/WebIdEIdProductPlugin/22.1.2/WebIdEIdProductPlugin.framework-v22.1.2-SNAPSHOT-1637.zip", + checksum: "7f44bade9c15b19e3546a62dde2a1b931f6bfc2204b74a908e6685af963181c8" ), .target( name: "WebIdEIdProductPluginWrapper",