diff --git a/Package.swift b/Package.swift index 6492905..e5320b3 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("10.1.1") ) ], targets: [ .binaryTarget( name: "WebIdIosIdentScanPlugin", - url: "https://api.webid-solutions.de/releases/ios/xcframework/snapshots/de/webid-solutions/WebIdIosIdentScanPlugin/11.1.0/WebIdIosIdentScanPlugin.framework-v11.1.0-SNAPSHOT-1262.zip", - checksum: "b92716ce3acdbf59b1cea6f384992bd5f145a0c8b968b1e97703bce5aa2edb89" + url: "https://api.webid-solutions.de/releases/ios/xcframework/snapshots/de/webid-solutions/WebIdIosIdentScanPlugin/11.1.0/WebIdIosIdentScanPlugin.framework-v11.1.0-SNAPSHOT-1263.zip", + checksum: "7e785e771580bba2b08c739ca988cede0eba9917389a5757ccd95755f19df94e" ), .target( name: "WebIdIosIdentScanPluginWrapper",