diff --git a/Package.swift b/Package.swift index 224c4f7..d95317a 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", - .branch("snapshots") + .exact("10.0.0") ), .package( name: "WebIdVideoIdentPlugin", url: "https://api.webid-solutions.de/releases/ios/spm/SwiftPackages/webid-video-ident-plugin-spm", - .branch("snapshots") + .exact("9.0.0") ) ], targets: [ .binaryTarget( name: "WebIdMetaPlugin", - url: "https://api.webid-solutions.de/releases/ios/xcframework/snapshots/de/webid-solutions/WebIdMetaPlugin/12.0.0/WebIdMetaPlugin.framework-v12.0.0-SNAPSHOT-1113.zip", - checksum: "307498779d4fbd8be6a134d091ec68fcf216ecbbc5207bf0b70ebf2a70eb3f20" + url: "https://api.webid-solutions.de/releases/ios/xcframework/snapshots/de/webid-solutions/WebIdMetaPlugin/12.0.0/WebIdMetaPlugin.framework-v12.0.0-SNAPSHOT-1114.zip", + checksum: "43ab51c722aed8d8cfe1079cb68e493ae1ac6272029426c366cbe964be5cdc9c" ), .target( name: "WebIdMetaPluginWrapper",