diff --git a/Package.swift b/Package.swift index 10cb488..1043121 100644 --- a/Package.swift +++ b/Package.swift @@ -17,7 +17,7 @@ let package = Package( .package( name: "WebIdPluginCore", url: "https://api.webid-solutions.de/releases/ios/spm/SwiftPackages/webid-plugin-core-spm.git", - .branch("snapshots") + .exact("21.1.0") ), .package( name: "AusweisApp2", @@ -28,8 +28,8 @@ let package = Package( targets: [ .binaryTarget( name: "WebIdEIdentPlugin", - url: "https://api.webid-solutions.de/releases/ios/xcframework/snapshots/de/webid-solutions/WebIdEIdentPlugin/21.0.5/WebIdEIdentPlugin.framework-v21.0.5-SNAPSHOT-679.zip", - checksum: "6ca83a552500446c26c45085b88ef3af8856be36564daecb609595aaf5d3ae0b" + url: "https://api.webid-solutions.de/releases/ios/xcframework/snapshots/de/webid-solutions/WebIdEIdentPlugin/21.0.5/WebIdEIdentPlugin.framework-v21.0.5-SNAPSHOT-682.zip", + checksum: "57e02723884f84796654ea18929da10e53a0dbeb7d45741aca513059ac805a3d" ), .target( name: "WebIdEIdentPluginWrapper",