diff --git a/Package.swift b/Package.swift index 489a94c..cd9c762 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("22.0.0") ), .package( name: "OpenSSL", @@ -48,8 +48,8 @@ let package = Package( targets: [ .binaryTarget( name: "WebIdEPassPlugin", - url: "https://api.webid-solutions.de/releases/ios/xcframework/snapshots/de/webid-solutions/WebIdEPassPlugin/1.1.1/WebIdEPassPlugin.framework-v1.1.1-SNAPSHOT-62.zip", - checksum: "9c6ab468f181eab9c1f1b8ac6dd0707b53c0d182071a607755a88da351e16a8d" + url: "https://api.webid-solutions.de/releases/ios/xcframework/snapshots/de/webid-solutions/WebIdEPassPlugin/1.2.0/WebIdEPassPlugin.framework-v1.2.0-SNAPSHOT-71.zip", + checksum: "abbdb139e3cafafd1aa43e28b969d717e61d03b30cbe219b3fc93dee75af6873" ), .target( name: "WebIdEPassPluginWrapper",