diff --git a/Package.swift b/Package.swift index 06bc6d3..5df776f 100644 --- a/Package.swift +++ b/Package.swift @@ -17,29 +17,29 @@ let package = Package( .package( name: "WebIdOnServerDocumentScanner", url: "https://api.webid-solutions.de/releases/ios/spm/SwiftPackageRedesignV4/webid-on-server-document-scanner-spm", - .exact("20.2.0") + .exact("20.2.1") ), .package( name: "WebIdIosIdentScanPlugin", url: "https://api.webid-solutions.de/releases/ios/spm/SwiftPackageRedesignV4/webid-ident-scan-plugin-spm", - .exact("20.2.0") + .exact("20.2.1") ), .package( name: "WebIdEIdentPlugin", url: "https://api.webid-solutions.de/releases/ios/spm/SwiftPackageRedesignV4/webid-eident-plugin-spm", - .exact("20.2.0") + .exact("20.2.1") ), .package( name: "WebIdDigitalSigningPlugin", url: "https://api.webid-solutions.de/releases/ios/spm/SwiftPackageRedesignV4/webid-digital-signing-plugin-spm", - .exact("20.2.0") + .exact("20.2.1") ) ], targets: [ .binaryTarget( name: "WebIdEIdProductPlugin", - url: "https://api.webid-solutions.de/releases/ios/xcframework/snapshots/de/webid-solutions/WebIdEIdProductPlugin/20.1.2/WebIdEIdProductPlugin.framework-v20.1.2-SNAPSHOT-1489.zip", - checksum: "53099d205bc783bcd28b599065506909a26a5addf3e352b214dc7477185905ba" + url: "https://api.webid-solutions.de/releases/ios/xcframework/snapshots/de/webid-solutions/WebIdEIdProductPlugin/21.0.3/WebIdEIdProductPlugin.framework-v21.0.3-SNAPSHOT-1500.zip", + checksum: "fe132992293d629842ecce34bce8da9f8cebb3c72ab70578f0a202ddb8f971a7" ), .target( name: "WebIdEIdProductPluginWrapper",