From ab97fedc0053535297d7ba86629808c1348c749b Mon Sep 17 00:00:00 2001 From: mac-mini-003 Date: Fri, 23 May 2025 13:42:08 +0200 Subject: [PATCH] add new version 14.6.0-SNAPSHOT-1394 --- Package.swift | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/Package.swift b/Package.swift index 92238c5..ead505b 100644 --- a/Package.swift +++ b/Package.swift @@ -17,29 +17,29 @@ let package = Package( .package( name: "WebIdOnDeviceDocumentScanner", url: "https://api.webid-solutions.de/releases/ios/spm/SwiftPackageRedesignV4/webid-on-device-document-scanner-spm", - .branch("redesign-v4-snapshots") + .exact("13.5.0") ), .package( name: "WebIdIosIdentScanPlugin", url: "https://api.webid-solutions.de/releases/ios/spm/SwiftPackageRedesignV4/webid-ident-scan-plugin-spm", - .branch("redesign-v4-snapshots") + .exact("13.5.0") ), .package( name: "WebIdEIdentPlugin", url: "https://api.webid-solutions.de/releases/ios/spm/SwiftPackageRedesignV4/webid-eident-plugin-spm", - .branch("redesign-v4-snapshots") + .exact("6.5.0") ), .package( name: "WebIdDigitalSigningPlugin", url: "https://api.webid-solutions.de/releases/ios/spm/SwiftPackageRedesignV4/webid-digital-signing-plugin-spm", - .branch("redesign-v4-snapshots") + .exact("12.4.0") ) ], targets: [ .binaryTarget( name: "WebIdEIdProductPlugin", - url: "https://api.webid-solutions.de/releases/ios/xcframework/redesign-v4-snapshots/de/webid-solutions/WebIdEIdProductPlugin/14.6.0/WebIdEIdProductPlugin.framework-v14.6.0-SNAPSHOT-1392.zip", - checksum: "2fc136abd1db8d0c1040c880780adca91ecca164c978970c8c9afd36342f6b39" + url: "https://api.webid-solutions.de/releases/ios/xcframework/redesign-v4-snapshots/de/webid-solutions/WebIdEIdProductPlugin/14.6.0/WebIdEIdProductPlugin.framework-v14.6.0-SNAPSHOT-1394.zip", + checksum: "f523b0ee274b52509ed0d20bafc933251ed6bb8f2cc37e9712dfab5dce659606" ), .target( name: "WebIdEIdProductPluginWrapper",