diff --git a/Package.swift b/Package.swift index e39be61..b7a6723 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.1") + .exact("15.0.2") ), .package( name: "WebIdIosIdentScanPlugin", url: "https://api.webid-solutions.de/releases/ios/spm/SwiftPackages/webid-ident-scan-plugin-spm", - .exact("15.0.1") + .exact("15.0.2") ), .package( name: "WebIdOnDeviceDocumentScanner", url: "https://api.webid-solutions.de/releases/ios/spm/SwiftPackages/webid-on-device-document-scanner-spm", - .exact("15.0.1") + .exact("15.0.2") ) ], targets: [ .binaryTarget( name: "WebIdAutoIdentOnDeviceProductPlugin", - url: "https://api.webid-solutions.de/releases/ios/xcframework/legacy-snapshots/de/webid-solutions/WebIdAutoIdentOnDeviceProductPlugin/15.1.2/WebIdAutoIdentOnDeviceProductPlugin.framework-v15.1.2-SNAPSHOT-1335.zip", - checksum: "025f5688f84d41e5b14882d8ea87b2fb024e0882392ef3ad1cb2bc9a94c3a8e2" + url: "https://api.webid-solutions.de/releases/ios/xcframework/legacy-snapshots/de/webid-solutions/WebIdAutoIdentOnDeviceProductPlugin/15.1.3/WebIdAutoIdentOnDeviceProductPlugin.framework-v15.1.3-SNAPSHOT-1339.zip", + checksum: "ac1694d00785246772694eb3c7382b705912bcb7c438cf96a06dc0812557705a" ), .target( name: "WebIdAutoIdentOnDeviceProductPluginWrapper",