diff --git a/Package.swift b/Package.swift index ee1d343..489a94c 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", - .exact("22.0.0") + .branch("snapshots") ), .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-61.zip", - checksum: "7a2a42d46edcc273109a2abbd402187cee75d862b5f0732a26b2e5dbd2e6cbbd" + 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" ), .target( name: "WebIdEPassPluginWrapper",