diff --git a/Package.swift b/Package.swift index 0f67b1f..37d5d18 100644 --- a/Package.swift +++ b/Package.swift @@ -17,19 +17,19 @@ let package = Package( .package( name: "WebIdDigitalSigningPlugin", url: "https://api.webid-solutions.de/releases/ios/spm/SwiftPackages/webid-digital-signing-plugin-spm", - .exact("10.0.0") + .branch("snapshots") ), .package( name: "WebIdVideoIdentPlugin", url: "https://api.webid-solutions.de/releases/ios/spm/SwiftPackages/webid-video-ident-plugin-spm", - .exact("9.0.0") + .branch("snapshots") ) ], targets: [ .binaryTarget( name: "WebIdMetaPlugin", - url: "https://api.webid-solutions.de/releases/ios/xcframework/snapshots/de/webid-solutions/WebIdMetaPlugin/12.0.2/WebIdMetaPlugin.framework-v12.0.2-SNAPSHOT-1124.zip", - checksum: "5ce9042993cc79e28efe75ba356041139ff074626e336212eff7e78ff79f35c7" + url: "https://api.webid-solutions.de/releases/ios/xcframework/snapshots/de/webid-solutions/WebIdMetaPlugin/12.0.2/WebIdMetaPlugin.framework-v12.0.2-SNAPSHOT-1126.zip", + checksum: "118eb9e55ff65cd17f1d789d6d38c01db9481c9be5b118ed9e764e39c7f86a98" ), .target( name: "WebIdMetaPluginWrapper",