From ec70b3263dccde00f00ea356e2bd8bdb7a4bfcf1 Mon Sep 17 00:00:00 2001 From: mac-mini-003 Date: Thu, 15 May 2025 15:41:25 +0200 Subject: [PATCH] add new version 12.3.0-SNAPSHOT-1337 --- Package.swift | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Package.swift b/Package.swift index a77e68a..654d85f 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", - .exact("12.2.0") + .branch("snapshots") ) ], 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-1335.zip", - checksum: "71757830ec72dff92599a4f092d57b63ba17f093582545e4dedbc87dcc8d1077" + url: "https://api.webid-solutions.de/releases/ios/xcframework/snapshots/de/webid-solutions/WebIdIosIdentScanPlugin/12.3.0/WebIdIosIdentScanPlugin.framework-v12.3.0-SNAPSHOT-1337.zip", + checksum: "1caaef7bc2c2b8e62f3596379354334449821af2fdbc17c22ec33067fd5410ff" ), .target( name: "WebIdIosIdentScanPluginWrapper",