diff --git a/Package.swift b/Package.swift index 9556dbd..edfe2b5 100644 --- a/Package.swift +++ b/Package.swift @@ -22,29 +22,29 @@ let package = Package( .package( name: "WebIdVideoIdentPlugin", url: "https://api.webid-solutions.de/releases/ios/spm/SwiftPackageRedesignV4/webid-video-ident-plugin-spm", - .exact("11.1.1") + .branch("redesign-v4-snapshots") ), .package( name: "WebIdDigitalSigningPlugin", url: "https://api.webid-solutions.de/releases/ios/spm/SwiftPackageRedesignV4/webid-digital-signing-plugin-spm", - .exact("12.1.2") + .branch("redesign-v4-snapshots") ), .package( name: "WebIdIosIdentScanPlugin", url: "https://api.webid-solutions.de/releases/ios/spm/SwiftPackageRedesignV4/webid-ident-scan-plugin-spm.git", - .exact("13.2.0") + .branch("redesign-v4-snapshots") ), .package( name: "WebIdOnServerDocumentScanner", url: "https://api.webid-solutions.de/releases/ios/spm/SwiftPackageRedesignV4/webid-on-server-document-scanner-spm.git", - .exact("13.2.0") + .branch("redesign-v4-snapshots") ) ], targets: [ .binaryTarget( name: "WebIdMetaPlugin", - url: "https://api.webid-solutions.de/releases/ios/xcframework/redesign-v4-snapshots/de/webid-solutions/WebIdMetaPlugin/14.2.0/WebIdMetaPlugin.framework-v14.2.0-SNAPSHOT-1250.zip", - checksum: "5834ff31365d5057bd8af79b28c605fdb437cbefe439ab5af0489b8f951c7304" + url: "https://api.webid-solutions.de/releases/ios/xcframework/redesign-v4-snapshots/de/webid-solutions/WebIdMetaPlugin/14.3.0/WebIdMetaPlugin.framework-v14.3.0-SNAPSHOT-1252.zip", + checksum: "8d6e93b53e769514b4a08a1ea9dfffad53b4e12bea250604b08279e343766bc7" ), .target( name: "WebIdMetaPluginWrapper",