From 52b48400b22fc4f35c112f362683e292318fb54e Mon Sep 17 00:00:00 2001 From: mac-mini-003 Date: Fri, 19 Apr 2024 10:34:02 +0200 Subject: [PATCH] add new version 12.0.3-SNAPSHOT-1139 --- Package.swift | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/Package.swift b/Package.swift index a88547a..9462ebe 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", - .branch("snapshots") + .exact("11.1.0") ), .package( name: "WebIdIosIdentScanPlugin", url: "https://api.webid-solutions.de/releases/ios/spm/SwiftPackages/webid-ident-scan-plugin-spm", - .branch("snapshots") + .exact("11.1.0") ), .package( name: "WebIdEIdentPlugin", url: "https://api.webid-solutions.de/releases/ios/spm/SwiftPackages/webid-eident-plugin-spm", - .branch("snapshots") + .exact("4.0.1") ), .package( name: "WebIdDigitalSigningPlugin", url: "https://api.webid-solutions.de/releases/ios/spm/SwiftPackages/webid-digital-signing-plugin-spm", - .branch("snapshots") + .exact("10.0.1") ) ], targets: [ .binaryTarget( name: "WebIdEIdProductPlugin", - url: "https://api.webid-solutions.de/releases/ios/xcframework/snapshots/de/webid-solutions/WebIdEIdProductPlugin/12.0.3/WebIdEIdProductPlugin.framework-v12.0.3-SNAPSHOT-1136.zip", - checksum: "f29e595b301f6de9610bf08f24ca2945b7e49121571bdf0d9fbc39c5c87286c9" + url: "https://api.webid-solutions.de/releases/ios/xcframework/snapshots/de/webid-solutions/WebIdEIdProductPlugin/12.0.3/WebIdEIdProductPlugin.framework-v12.0.3-SNAPSHOT-1139.zip", + checksum: "1a62225d44779763cd98a6028e98c35dbd7a41dba2042ba32e7cf0bfa504f04f" ), .target( name: "WebIdEIdProductPluginWrapper",