diff --git a/Package.swift b/Package.swift index 494ae02..bc8ff62 100644 --- a/Package.swift +++ b/Package.swift @@ -17,14 +17,14 @@ 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") ) ], targets: [ .binaryTarget( name: "WebIdCellCheckPlugin", - url: "https://api.webid-solutions.de/releases/ios/xcframework/snapshots/de/webid-solutions/WebIdCellCheckPlugin/2.1.2/WebIdCellCheckPlugin.framework-v2.1.2-SNAPSHOT-167.zip", - checksum: "813642f9ddb1bebe9f24aa5edf1003f7ea4efe63b2a443b2d86a36c67f051bd2" + url: "https://api.webid-solutions.de/releases/ios/xcframework/snapshots/de/webid-solutions/WebIdCellCheckPlugin/2.1.2/WebIdCellCheckPlugin.framework-v2.1.2-SNAPSHOT-168.zip", + checksum: "8e37105082e0588fe5dc577e7804488f31c9d8aed6d862eb1b0f63065fd532ba" ), .target( name: "WebIdCellCheckPluginWrapper",