diff --git a/Package.swift b/Package.swift index a8c9ddb..2666394 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.1") + .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.1") + .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.1") + .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.1") + .exact("12.6.0") ) ], targets: [ .binaryTarget( name: "WebIdEIdOnServerProductPlugin", - url: "https://api.webid-solutions.de/releases/ios/xcframework/internal/de/webid-solutions/WebIdEIdOnServerProductPlugin/15.1.0/WebIdEIdOnServerProductPlugin.framework-v15.1.0.zip", - checksum: "d04896e764a70e766a1bf16e538693cbf98c1d2cf8d71408c16f79370afe066a" + url: "https://api.webid-solutions.de/releases/ios/xcframework/internal/de/webid-solutions/WebIdEIdOnServerProductPlugin/13.7.5/WebIdEIdOnServerProductPlugin.framework-v13.7.5.zip", + checksum: "5a21857047f146df2e4d9bfeb18d5ae3397678002011361c4eeca5627e7ed52e" ), .target( name: "WebIdEIdOnServerProductPluginWrapper",