diff --git a/Package.swift b/Package.swift index a64ab34..c9cceb5 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/SwiftPackages/webid-digital-signing-plugin-spm", - .exact("11.4.2") + .exact("15.0.1") ), .package( name: "WebIdIosIdentScanPlugin", url: "https://api.webid-solutions.de/releases/ios/spm/SwiftPackages/webid-ident-scan-plugin-spm", - .exact("12.6.0") + .exact("15.0.1") ), .package( name: "WebIdOnServerDocumentScanner", url: "https://api.webid-solutions.de/releases/ios/spm/SwiftPackages/webid-on-server-document-scanner-spm", - .exact("12.6.0") + .exact("15.0.1") ) ], targets: [ .binaryTarget( name: "WebIdAutoIdentOnServerProductPlugin", - url: "https://api.webid-solutions.de/releases/ios/xcframework/internal/de/webid-solutions/WebIdAutoIdentOnServerProductPlugin/13.7.4/WebIdAutoIdentOnServerProductPlugin.framework-v13.7.4.zip", - checksum: "6466501f6bcc46572a782d000e5ec64db6dd4c2616dfa58ad3a29eb30a1000f2" + url: "https://api.webid-solutions.de/releases/ios/xcframework/internal/de/webid-solutions/WebIdAutoIdentOnServerProductPlugin/15.1.0/WebIdAutoIdentOnServerProductPlugin.framework-v15.1.0.zip", + checksum: "ae0858bcd60fce52e49e060b53b884890dac8515cf7defc4ee48a7f7783239b2" ), .target( name: "WebIdAutoIdentOnServerProductPluginWrapper",