diff --git a/Package.swift b/Package.swift index 1a5730e..7e786b1 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("experimental") + .exact("20.3.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/20.3.2/WebIdEIdentPlugin.framework-v20.3.2-SNAPSHOT-610.zip", - checksum: "ce6974d84a2ee97d3c98128bc1123f3b95ccd4af801b2c0a9719a23e641c28a5" + url: "https://api.webid-solutions.de/releases/ios/xcframework/snapshots/de/webid-solutions/WebIdEIdentPlugin/20.3.2/WebIdEIdentPlugin.framework-v20.3.2-SNAPSHOT-611.zip", + checksum: "f1cb8c1f8d7c6472709dd42df400a67aabc3bcdea4bb4a024d3e4497efa05713" ), .target( name: "WebIdEIdentPluginWrapper",