From 169d732a63a3a7935111147efcb6934fc45a0907 Mon Sep 17 00:00:00 2001 From: mac-mini-003 Date: Tue, 28 Jan 2025 11:26:33 +0100 Subject: [PATCH] add new version 12.3.0-SNAPSHOT-1330 --- Package.swift | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Package.swift b/Package.swift index df4d93a..fcddc64 100644 --- a/Package.swift +++ b/Package.swift @@ -22,14 +22,14 @@ let package = Package( .package( name: "WebIdPluginCore", url: "https://api.webid-solutions.de/releases/ios/spm/SwiftPackages/webid-plugin-core-spm.git", - .branch("snapshots") + .exact("12.1.0") ) ], targets: [ .binaryTarget( name: "WebIdIosIdentScanPlugin", - url: "https://api.webid-solutions.de/releases/ios/xcframework/snapshots/de/webid-solutions/WebIdIosIdentScanPlugin/12.3.0/WebIdIosIdentScanPlugin.framework-v12.3.0-SNAPSHOT-1329.zip", - checksum: "7e8c104a4fcc54845e58dbc59d9233980d9c279ede840834b432e9b7c469e18d" + url: "https://api.webid-solutions.de/releases/ios/xcframework/snapshots/de/webid-solutions/WebIdIosIdentScanPlugin/12.3.0/WebIdIosIdentScanPlugin.framework-v12.3.0-SNAPSHOT-1330.zip", + checksum: "b85723ad4359c511049b057176e8f433eb36fd94dbfba086af991f9a54e4d80b" ), .target( name: "WebIdIosIdentScanPluginWrapper",