diff --git a/Package.swift b/Package.swift index f9e8511..ed6fafc 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("12.3.2") ) ], targets: [ .binaryTarget( name: "WebIdIosIdentScanPlugin", - url: "https://api.webid-solutions.de/releases/ios/xcframework/snapshots/de/webid-solutions/WebIdIosIdentScanPlugin/12.3.0/WebIdIosIdentScanPlugin.framework-v12.3.0-SNAPSHOT-1340.zip", - checksum: "553dc65a913ddd13e0a4dc8a95ef2ec1cb241f785e1c7e4c16ef076867a83137" + url: "https://api.webid-solutions.de/releases/ios/xcframework/snapshots/de/webid-solutions/WebIdIosIdentScanPlugin/12.3.0/WebIdIosIdentScanPlugin.framework-v12.3.0-SNAPSHOT-1343.zip", + checksum: "895d87ed420c2d48d8d5c220ee0b687d24de7577534b892138e22e6f8f02b711" ), .target( name: "WebIdIosIdentScanPluginWrapper",