diff --git a/Package.swift b/Package.swift index 4af2498..67015e7 100644 --- a/Package.swift +++ b/Package.swift @@ -17,19 +17,19 @@ let package = Package( .package( name: "WebIdPluginCore", url: "https://api.webid-solutions.de/releases/ios/spm/SwiftPackageRedesignV4/webid-plugin-core-spm.git", - .exact("13.2.1") + .branch("redesign-v4-snapshots") ), .package( name: "WebIdSdkUiKitComponents", url: "https://api.webid-solutions.de/releases/ios/spm/SwiftPackageRedesignV4/webid-sdk-ui-components-spm.git", - .exact("10.1.1") + .branch("redesign-v4-snapshots") ) ], targets: [ .binaryTarget( name: "WebIdDigitalSigningPlugin", - url: "https://api.webid-solutions.de/releases/ios/xcframework/redesign-v4-snapshots/de/webid-solutions/WebIdDigitalSigningPlugin/12.1.1/WebIdDigitalSigningPlugin.framework-v12.1.1-SNAPSHOT-854.zip", - checksum: "71c467853b4edf000651100041247b3eab3d8a90afe372aa55af84a10cdc370a" + url: "https://api.webid-solutions.de/releases/ios/xcframework/redesign-v4-snapshots/de/webid-solutions/WebIdDigitalSigningPlugin/12.2.0/WebIdDigitalSigningPlugin.framework-v12.2.0-SNAPSHOT-856.zip", + checksum: "ced3feac32d0c00540e57b5b7abd0e43ddf6a9e2a27137e33f6d57ae6addcbea" ), .target( name: "WebIdDigitalSigningPluginWrapper",