diff --git a/Package.swift b/Package.swift index baed534..71fea3f 100644 --- a/Package.swift +++ b/Package.swift @@ -17,14 +17,14 @@ let package = Package( .package( name: "WebIdDigitalSigningPlugin", url: "https://api.webid-solutions.de/releases/ios/spm/SwiftPackages/webid-digital-signing-plugin-spm", - .exact("21.0.4") + .branch("snapshots") ) ], targets: [ .binaryTarget( name: "WebIdMetaPlugin", - url: "https://api.webid-solutions.de/releases/ios/xcframework/snapshots/de/webid-solutions/WebIdMetaPlugin/22.1.2/WebIdMetaPlugin.framework-v22.1.2-SNAPSHOT-1641.zip", - checksum: "369caacf169c5e9372bc9d48d925de9590b19353e746c23ddb23706ade16c4cc" + url: "https://api.webid-solutions.de/releases/ios/xcframework/snapshots/de/webid-solutions/WebIdMetaPlugin/22.2.2/WebIdMetaPlugin.framework-v22.2.2-SNAPSHOT-1651.zip", + checksum: "bc56361c3ae35341ba1cd43ade30fad1082ce63597113c43a3387f67e5ef22d5" ), .target( name: "WebIdMetaPluginWrapper",