diff --git a/Package.swift b/Package.swift index 949fb98..f5b23d2 100644 --- a/Package.swift +++ b/Package.swift @@ -17,24 +17,24 @@ let package = Package( .package( name: "WebIdDigitalSigningPlugin", url: "https://api.webid-solutions.de/releases/ios/spm/SwiftPackageRedesignV4/webid-digital-signing-plugin-spm", - .exact("12.3.0") + .exact("12.4.2") ), .package( name: "WebIdIosIdentScanPlugin", url: "https://api.webid-solutions.de/releases/ios/spm/SwiftPackageRedesignV4/webid-ident-scan-plugin-spm", - .exact("13.4.0") + .exact("13.5.2") ), .package( name: "WebIdOnServerDocumentScanner", url: "https://api.webid-solutions.de/releases/ios/spm/SwiftPackageRedesignV4/webid-on-server-document-scanner-spm", - .exact("13.4.0") + .exact("13.5.2") ) ], targets: [ .binaryTarget( name: "WebIdAutoIdentOnServerProductPlugin", - url: "https://api.webid-solutions.de/releases/ios/xcframework/redesign-v4/de/webid-solutions/WebIdAutoIdentOnServerProductPlugin/14.5.0/WebIdAutoIdentOnServerProductPlugin.framework-v14.5.0.zip", - checksum: "af82a2861938214667687d2e3f2f8cf92b9c1b496e49707f54f6d2bfde841518" + url: "https://api.webid-solutions.de/releases/ios/xcframework/redesign-v4/de/webid-solutions/WebIdAutoIdentOnServerProductPlugin/14.6.0/WebIdAutoIdentOnServerProductPlugin.framework-v14.6.0.zip", + checksum: "c24a99bfbd2a3c067334d93341db762f79dfe07419b9db0e216dcc8b5e150968" ), .target( name: "WebIdAutoIdentOnServerProductPluginWrapper",