diff --git a/Package.swift b/Package.swift index 91a2f4f..6c10869 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("20.0.1") + .exact("20.1.0") ), .package( name: "WebIdIosIdentScanPlugin", url: "https://api.webid-solutions.de/releases/ios/spm/SwiftPackageRedesignV4/webid-ident-scan-plugin-spm", - .exact("20.0.1") + .exact("20.1.0") ), .package( name: "WebIdOnDeviceDocumentScanner", url: "https://api.webid-solutions.de/releases/ios/spm/SwiftPackageRedesignV4/webid-on-device-document-scanner-spm", - .exact("20.0.1") + .exact("20.1.0") ) ], targets: [ .binaryTarget( name: "WebIdAutoIdentOnDeviceProductPlugin", - url: "https://api.webid-solutions.de/releases/ios/xcframework/redesign-v4/de/webid-solutions/WebIdAutoIdentOnDeviceProductPlugin/20.0.4/WebIdAutoIdentOnDeviceProductPlugin.framework-v20.0.4.zip", - checksum: "7bdff8a7c7b466deecb54f76ec852c89b947ba760d3f09995bdef7eb2986a45a" + url: "https://api.webid-solutions.de/releases/ios/xcframework/redesign-v4/de/webid-solutions/WebIdAutoIdentOnDeviceProductPlugin/20.1.0/WebIdAutoIdentOnDeviceProductPlugin.framework-v20.1.0.zip", + checksum: "f2142376bf0cedae4247a060092bf8295d5a8cb90f2f81b366269e1ef905ebfd" ), .target( name: "WebIdAutoIdentOnDeviceProductPluginWrapper",