diff --git a/Package.swift b/Package.swift index 6a8c9f9..ed42dec 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") + .branch("experimental") ) ], targets: [ .binaryTarget( name: "WebIdIosIdentScanPlugin", - url: "https://api.webid-solutions.de/releases/ios/xcframework/experimental/de/webid-solutions/WebIdIosIdentScanPlugin/22.0.1/WebIdIosIdentScanPlugin.framework-v22.0.1-SNAPSHOT-1609.zip", - checksum: "3262bb48e888b8469cff84d59b417a1acac6a263249c9e6814eba929fabe8d76" + url: "https://api.webid-solutions.de/releases/ios/xcframework/experimental/de/webid-solutions/WebIdIosIdentScanPlugin/22.1.2/WebIdIosIdentScanPlugin.framework-v22.1.2-SNAPSHOT-1761.zip", + checksum: "7ea5023c407f75731475c793326b17407c1010e1b09656e3a041f416ddf8e378" ), .target( name: "WebIdIosIdentScanPluginWrapper",