diff --git a/Package.swift b/Package.swift index 45c2e75..efcd61c 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("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: "WebIdAutoIdentOnServerProductPlugin", - url: "https://api.webid-solutions.de/releases/ios/xcframework/internal/de/webid-solutions/WebIdAutoIdentOnServerProductPlugin/15.0.1/WebIdAutoIdentOnServerProductPlugin.framework-v15.0.1.zip", - checksum: "e86af0a9784f11a745455b59d7155c3b32d662948205f5daae764462a3560aa2" + url: "https://api.webid-solutions.de/releases/ios/xcframework/internal/de/webid-solutions/WebIdAutoIdentOnServerProductPlugin/13.7.3/WebIdAutoIdentOnServerProductPlugin.framework-v13.7.3.zip", + checksum: "bc2eb7cd8b16927e6584ecaa4a376fd8ef07ed80b0d7764c665a22dd55e9ed5a" ), .target( name: "WebIdAutoIdentOnServerProductPluginWrapper",