From c5f89d59b32c07e9182c49ada85ddc83f0cfab3b Mon Sep 17 00:00:00 2001 From: mac-mini-003 Date: Fri, 10 Oct 2025 09:36:24 +0200 Subject: [PATCH] add new version 15.0.2-SNAPSHOT-1322 --- Package.swift | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/Package.swift b/Package.swift index 8810484..fd49c44 100644 --- a/Package.swift +++ b/Package.swift @@ -17,29 +17,29 @@ let package = Package( .package( name: "WebIdEIdentPlugin", url: "https://api.webid-solutions.de/releases/ios/spm/SwiftPackages/webid-eident-plugin-spm", - .branch("legacy-snapshots") + .exact("15.0.1") ), .package( name: "WebIdDigitalSigningPlugin", url: "https://api.webid-solutions.de/releases/ios/spm/SwiftPackages/webid-digital-signing-plugin-spm", - .branch("legacy-snapshots") + .exact("15.0.1") ), .package( name: "WebIdIosIdentScanPlugin", url: "https://api.webid-solutions.de/releases/ios/spm/SwiftPackages/webid-ident-scan-plugin-spm", - .branch("legacy-snapshots") + .exact("15.0.1") ), .package( name: "WebIdOnServerDocumentScanner", url: "https://api.webid-solutions.de/releases/ios/spm/SwiftPackages/webid-on-server-document-scanner-spm", - .branch("legacy-snapshots") + .exact("15.0.1") ) ], targets: [ .binaryTarget( name: "WebIdEIdOnServerProductPlugin", - url: "https://api.webid-solutions.de/releases/ios/xcframework/legacy-snapshots/de/webid-solutions/WebIdEIdOnServerProductPlugin/15.0.2/WebIdEIdOnServerProductPlugin.framework-v15.0.2-SNAPSHOT-1316.zip", - checksum: "8fb094d6c28da0bbf06dc71b3afdc05bd2b9049f9a6b8a93e51ddd898d37f3c0" + url: "https://api.webid-solutions.de/releases/ios/xcframework/legacy-snapshots/de/webid-solutions/WebIdEIdOnServerProductPlugin/15.0.2/WebIdEIdOnServerProductPlugin.framework-v15.0.2-SNAPSHOT-1322.zip", + checksum: "a5d00890cf102f330ce6be37f49b3346b08a1fcce20f58c3e1e75f62a7f65694" ), .target( name: "WebIdEIdOnServerProductPluginWrapper",