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