diff --git a/Package.swift b/Package.swift index 7a8ab17..a3aab68 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", - .exact("21.0.0") + .branch("snapshots") ) ], 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-112.zip", - checksum: "33888c8c8ef2fec015a281d5aa57551906a8839985528a396b545f4d65a48bad" + url: "https://api.webid-solutions.de/releases/ios/xcframework/snapshots/de/webid-solutions/WebIdCellCheckPlugin/1.0.1/WebIdCellCheckPlugin.framework-v1.0.1-SNAPSHOT-113.zip", + checksum: "98f27735c6d79dbf22ff26a442318a228c9e18bd856e1750d1fcc8081a718a7a" ), .target( name: "WebIdCellCheckPluginWrapper",