diff --git a/Package.swift b/Package.swift index 9fffb76..849922b 100644 --- a/Package.swift +++ b/Package.swift @@ -21,15 +21,15 @@ let package = Package( ), .package( name: "WebIdPluginCore", - url: "https://api.webid-solutions.de/releases/ios/spm/SwiftPackages/webid-plugin-core-spm.git", - .exact("20.3.0") + url: "https://api.webid-solutions.de/releases/ios/spm/SwiftPackageRedesignV4/webid-plugin-core-spm.git", + .branch("redesign-v4-snapshots") ) ], targets: [ .binaryTarget( name: "WebIdIosIdentScanPlugin", - url: "https://api.webid-solutions.de/releases/ios/xcframework/snapshots/de/webid-solutions/WebIdIosIdentScanPlugin/20.2.2/WebIdIosIdentScanPlugin.framework-v20.2.2-SNAPSHOT-1490.zip", - checksum: "d9f0e9009fe6eaf0e42230cbcd479170acc072a2ad5466c5ca72314ce1b5f025" + url: "https://api.webid-solutions.de/releases/ios/xcframework/snapshots/de/webid-solutions/WebIdIosIdentScanPlugin/20.3.1/WebIdIosIdentScanPlugin.framework-v20.3.1-SNAPSHOT-1492.zip", + checksum: "00ea18638d7f8970e47767b39d23aaad6216108c85a78f5e8fa669db18a13a62" ), .target( name: "WebIdIosIdentScanPluginWrapper",