diff --git a/Package.swift b/Package.swift index ffc4826..f46be72 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/snapshots/de/webid-solutions/WebIdIosIdentScanPlugin/20.3.6/WebIdIosIdentScanPlugin.framework-v20.3.6-SNAPSHOT-1508.zip", - checksum: "f341cc30ce5281860d881b5e61b430605795ea3dc52c8adb6ef9173ddcfa48e9" + url: "https://api.webid-solutions.de/releases/ios/xcframework/snapshots/de/webid-solutions/WebIdIosIdentScanPlugin/20.3.6/WebIdIosIdentScanPlugin.framework-v20.3.6-SNAPSHOT-1510.zip", + checksum: "3b299eb2be0d63e69ed30c127593598f6ae2bcc06ed210a08ca43bd48d854627" ), .target( name: "WebIdIosIdentScanPluginWrapper",