From dc9b828aaade90245b135bcdba424d11238e2397 Mon Sep 17 00:00:00 2001 From: mac-mini-003 Date: Tue, 2 Apr 2024 16:48:47 +0200 Subject: [PATCH] add new version 12.0.2-SNAPSHOT-1126 --- Package.swift | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/Package.swift b/Package.swift index e1aa722..d27074f 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/SwiftPackages/webid-on-device-document-scanner-spm", - .exact("11.0.0") + .branch("snapshots") ), .package( name: "WebIdIosIdentScanPlugin", url: "https://api.webid-solutions.de/releases/ios/spm/SwiftPackages/webid-ident-scan-plugin-spm", - .exact("11.0.0") + .branch("snapshots") ), .package( name: "WebIdEIdentPlugin", url: "https://api.webid-solutions.de/releases/ios/spm/SwiftPackages/webid-eident-plugin-spm", - .exact("4.0.0") + .branch("snapshots") ), .package( name: "WebIdDigitalSigningPlugin", url: "https://api.webid-solutions.de/releases/ios/spm/SwiftPackages/webid-digital-signing-plugin-spm", - .exact("10.0.0") + .branch("snapshots") ) ], targets: [ .binaryTarget( name: "WebIdEIdProductPlugin", - url: "https://api.webid-solutions.de/releases/ios/xcframework/snapshots/de/webid-solutions/WebIdEIdProductPlugin/12.0.2/WebIdEIdProductPlugin.framework-v12.0.2-SNAPSHOT-1124.zip", - checksum: "177d2cbcb483c2dc92c25c7cf3c5227ae1b785e0b4e1178b14f22c48c7d61608" + url: "https://api.webid-solutions.de/releases/ios/xcframework/snapshots/de/webid-solutions/WebIdEIdProductPlugin/12.0.2/WebIdEIdProductPlugin.framework-v12.0.2-SNAPSHOT-1126.zip", + checksum: "53d62a12f771e79434e8e759ffb13346035a9432befbbe5e00fe7995fc4f6fda" ), .target( name: "WebIdEIdProductPluginWrapper",