diff --git a/Package.swift b/Package.swift index 6a90e38..c3c1f6b 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/SwiftPackageRedesignV4/webid-plugin-core-spm.git", - .exact("13.3.0") + .branch("redesign-v4-snapshots") ) ], targets: [ .binaryTarget( name: "WebIdIosIdentScanPlugin", - url: "https://api.webid-solutions.de/releases/ios/xcframework/experimental/de/webid-solutions/WebIdIosIdentScanPlugin/13.3.1/WebIdIosIdentScanPlugin.framework-v13.3.1-SNAPSHOT-1397.zip", - checksum: "bcabf7bd1af30e2ea78e0dea3a6b600f8813528af5b2e60a1b245a48a9fe90ff" + url: "https://api.webid-solutions.de/releases/ios/xcframework/experimental/de/webid-solutions/WebIdIosIdentScanPlugin/13.3.0/WebIdIosIdentScanPlugin.framework-v13.3.0-SNAPSHOT-1394.zip", + checksum: "4fba2cfa34c0336d278ee0c34614017d65cf0f186d961ae7d6912c7e0d47d7e4" ), .target( name: "WebIdIosIdentScanPluginWrapper",