diff --git a/Package.swift b/Package.swift index 40d1e4d..7a8ab17 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("21.0.0") ) ], targets: [ .binaryTarget( name: "WebIdCellCheckPlugin", - url: "https://api.webid-solutions.de/releases/ios/xcframework/snapshots/de/webid-solutions/WebIdCellCheckPlugin/1.0.1/WebIdCellCheckPlugin.framework-v1.0.1-SNAPSHOT-108.zip", - checksum: "48956b102cd581d043bc8dfe57edf80e27b415f1a4120c90b86c10911148f70d" + url: "https://api.webid-solutions.de/releases/ios/xcframework/snapshots/de/webid-solutions/WebIdCellCheckPlugin/1.0.1/WebIdCellCheckPlugin.framework-v1.0.1-SNAPSHOT-112.zip", + checksum: "33888c8c8ef2fec015a281d5aa57551906a8839985528a396b545f4d65a48bad" ), .target( name: "WebIdCellCheckPluginWrapper",