diff --git a/Package.swift b/Package.swift index 0fa557c..14899fa 100644 --- a/Package.swift +++ b/Package.swift @@ -22,14 +22,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: "WebIdIosIdentScanPlugin", - url: "https://api.webid-solutions.de/releases/ios/xcframework/snapshots/de/webid-solutions/WebIdIosIdentScanPlugin/22.1.3/WebIdIosIdentScanPlugin.framework-v22.1.3-SNAPSHOT-1663.zip", - checksum: "f49b034e3ee81f6e3c2e4262140161bca0fbb5041a3021e0b3015a8f82d2aa37" + url: "https://api.webid-solutions.de/releases/ios/xcframework/snapshots/de/webid-solutions/WebIdIosIdentScanPlugin/22.1.3/WebIdIosIdentScanPlugin.framework-v22.1.3-SNAPSHOT-1664.zip", + checksum: "0478f5c102276787c42682dd68d583c54b4b0da6cd71e9a596161229fde1d51e" ), .target( name: "WebIdIosIdentScanPluginWrapper",