diff --git a/Package.swift b/Package.swift index f39fbee..ed20e6d 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("legacy-snapshots") + .branch("experimental") ) ], targets: [ .binaryTarget( name: "WebIdIosIdentScanPlugin", - url: "https://api.webid-solutions.de/releases/ios/xcframework/experimental/de/webid-solutions/WebIdIosIdentScanPlugin/15.0.1/WebIdIosIdentScanPlugin.framework-v15.0.1-SNAPSHOT-1370.zip", - checksum: "6538c02c4e15d35fb78b0da217f8a0b0bdc3c65f3a06d7ba2b8de0d41a8963d9" + url: "https://api.webid-solutions.de/releases/ios/xcframework/experimental/de/webid-solutions/WebIdIosIdentScanPlugin/20.3.6/WebIdIosIdentScanPlugin.framework-v20.3.6-SNAPSHOT-1511.zip", + checksum: "691c5939bd1a8534f90e39d0a982b7cfe77c1b02f09bcb975e51591144b101ed" ), .target( name: "WebIdIosIdentScanPluginWrapper",