diff --git a/Package.swift b/Package.swift index aa64c73..8b548b4 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("22.1.1") + .branch("snapshots") ) ], targets: [ .binaryTarget( name: "WebIdIosIdentScanPlugin", - url: "https://api.webid-solutions.de/releases/ios/xcframework/snapshots/de/webid-solutions/WebIdIosIdentScanPlugin/23.1.2/WebIdIosIdentScanPlugin.framework-v23.1.2-SNAPSHOT-1677.zip", - checksum: "210239edfab7aa523e7cf72461720cfb8cd2b3859b16dbdb36c6b6f34d6355b5" + url: "https://api.webid-solutions.de/releases/ios/xcframework/snapshots/de/webid-solutions/WebIdIosIdentScanPlugin/23.1.3/WebIdIosIdentScanPlugin.framework-v23.1.3-SNAPSHOT-1679.zip", + checksum: "446c5a8b97563aa339b151592b5e2dea47d22925a37c52dbef4cbab3654efd64" ), .target( name: "WebIdIosIdentScanPluginWrapper",