diff --git a/Package.swift b/Package.swift index 1118585..b9c23f8 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: "XS2AiOS", @@ -28,8 +28,8 @@ let package = Package( targets: [ .binaryTarget( name: "WebIdIosBankIdentPlugin", - url: "https://api.webid-solutions.de/releases/ios/xcframework/snapshots/de/webid-solutions/WebIdIosBankIdentPlugin/21.0.5/WebIdIosBankIdentPlugin.framework-v21.0.5-SNAPSHOT-491.zip", - checksum: "4aff374202ad4f9f2f36b2225adbffc272e6f127c51f05a6e0b9a024ffa49f59" + url: "https://api.webid-solutions.de/releases/ios/xcframework/snapshots/de/webid-solutions/WebIdIosBankIdentPlugin/21.0.5/WebIdIosBankIdentPlugin.framework-v21.0.5-SNAPSHOT-495.zip", + checksum: "6178579fcfad01b342ba0101672db49ee2b7868b89361a99fba724d64a46875f" ), .target( name: "WebIdIosBankIdentPluginWrapper",