diff --git a/Package.swift b/Package.swift index 190376e..afc1916 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") + .branch("modernize") ) ], targets: [ .binaryTarget( name: "WebIdIosIdentScanPlugin", - url: "https://api.webid-solutions.de/releases/ios/xcframework/snapshots/de/webid-solutions/WebIdIosIdentScanPlugin/22.1.2/WebIdIosIdentScanPlugin.framework-v22.1.2-SNAPSHOT-1638.zip", - checksum: "b97fca458d4d134c003f1a4db0fc50498cf86c403bd6d51ab9ae232777db3232" + url: "https://api.webid-solutions.de/releases/ios/xcframework/snapshots/de/webid-solutions/WebIdIosIdentScanPlugin/22.1.3/WebIdIosIdentScanPlugin.framework-v22.1.3-SNAPSHOT-1643.zip", + checksum: "0b03d3b8010388bd263d06c2f1aeb708733f2ad196e9b26eb8625d2c1ccbd067" ), .target( name: "WebIdIosIdentScanPluginWrapper",