diff --git a/Package.swift b/Package.swift index 08215e8..4aa2214 100644 --- a/Package.swift +++ b/Package.swift @@ -17,7 +17,7 @@ let package = Package( .package( name: "WebIdSdkUiKitComponents", url: "https://api.webid-solutions.de/releases/ios/spm/SwiftPackages/webid-sdk-ui-components-spm.git", - .branch("snapshots") + .upToNextMinor(from: "21.0.3") ), .package( name: "WebIdEPassPlugin", @@ -38,8 +38,8 @@ let package = Package( targets: [ .binaryTarget( name: "WebIdEPassProductPlugin", - url: "https://api.webid-solutions.de/releases/ios/xcframework/snapshots/de/webid-solutions/WebIdEPassProductPlugin/22.2.3/WebIdEPassProductPlugin.framework-v22.2.3-SNAPSHOT-1653.zip", - checksum: "85a2e7c3ca2545e606fff50df7a53a17712d164089147d06e4d360f7e3c9ecf9" + url: "https://api.webid-solutions.de/releases/ios/xcframework/snapshots/de/webid-solutions/WebIdEPassProductPlugin/22.2.4/WebIdEPassProductPlugin.framework-v22.2.4-SNAPSHOT-1656.zip", + checksum: "85e43b9103ed4d4fe4a2d1724f110db1b94e384330334214eede3e5879c25258" ), .target( name: "WebIdEPassProductPluginWrapper",