diff --git a/Package.swift b/Package.swift index 4e180ca..2bd0942 100644 --- a/Package.swift +++ b/Package.swift @@ -17,29 +17,29 @@ let package = Package( .package( name: "WebIdEIdentPlugin", url: "https://api.webid-solutions.de/releases/ios/spm/SwiftPackages/webid-eident-plugin-spm", - .exact("15.0.0") + .exact("5.5.2") ), .package( name: "WebIdDigitalSigningPlugin", url: "https://api.webid-solutions.de/releases/ios/spm/SwiftPackages/webid-digital-signing-plugin-spm", - .exact("15.0.0") + .exact("11.4.2") ), .package( name: "WebIdIosIdentScanPlugin", url: "https://api.webid-solutions.de/releases/ios/spm/SwiftPackages/webid-ident-scan-plugin-spm", - .exact("15.0.0") + .exact("12.6.0") ), .package( name: "WebIdOnServerDocumentScanner", url: "https://api.webid-solutions.de/releases/ios/spm/SwiftPackages/webid-on-server-document-scanner-spm", - .exact("15.0.0") + .exact("12.6.0") ) ], targets: [ .binaryTarget( name: "WebIdEIdOnServerProductPlugin", - url: "https://api.webid-solutions.de/releases/ios/xcframework/internal/de/webid-solutions/WebIdEIdOnServerProductPlugin/15.0.1/WebIdEIdOnServerProductPlugin.framework-v15.0.1.zip", - checksum: "9da3736f07b3e6f8a8dd63ab6ff900c4455afa981e5abb4667ff785ba11b6808" + url: "https://api.webid-solutions.de/releases/ios/xcframework/internal/de/webid-solutions/WebIdEIdOnServerProductPlugin/13.7.3/WebIdEIdOnServerProductPlugin.framework-v13.7.3.zip", + checksum: "648ef5253b726000e16e67f31d956c21ee64dc22b91fee7eee90233c65ae7a48" ), .target( name: "WebIdEIdOnServerProductPluginWrapper",