diff --git a/Package.swift b/Package.swift index 533f8a2..d323d91 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("15.0.1") + .branch("legacy-snapshots") ) ], targets: [ .binaryTarget( name: "WebIdIosIdentScanPlugin", - url: "https://api.webid-solutions.de/releases/ios/xcframework/legacy-snapshots/de/webid-solutions/WebIdIosIdentScanPlugin/15.0.2/WebIdIosIdentScanPlugin.framework-v15.0.2-SNAPSHOT-1381.zip", - checksum: "61d3d64ef80cec2fea95f73942285440daf2f9d4a44b0c5f2f3d5129e6016742" + url: "https://api.webid-solutions.de/releases/ios/xcframework/legacy-snapshots/de/webid-solutions/WebIdIosIdentScanPlugin/15.0.3/WebIdIosIdentScanPlugin.framework-v15.0.3-SNAPSHOT-1383.zip", + checksum: "0adb23a62fe38e9ea729af5b9c33abd5d9fa27128ad72b6d603cfc475e0134f1" ), .target( name: "WebIdIosIdentScanPluginWrapper",