diff --git a/Package.swift b/Package.swift index fa18487..3aef840 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("11.0.1") ) ], targets: [ .binaryTarget( name: "WebIdIosIdentScanPlugin", - url: "https://api.webid-solutions.de/releases/ios/xcframework/snapshots/de/webid-solutions/WebIdIosIdentScanPlugin/12.0.1/WebIdIosIdentScanPlugin.framework-v12.0.1-SNAPSHOT-1287.zip", - checksum: "f9a6f0378f2ef602f96df00380ee3a7b38e0cc22c8eff225f12238510c7cf9f7" + url: "https://api.webid-solutions.de/releases/ios/xcframework/snapshots/de/webid-solutions/WebIdIosIdentScanPlugin/12.0.1/WebIdIosIdentScanPlugin.framework-v12.0.1-SNAPSHOT-1288.zip", + checksum: "b4cf18c174547cefd448c5ccdfe0e0bf4ff3d9de2e1d15062e0e574139630ba4" ), .target( name: "WebIdIosIdentScanPluginWrapper",