diff --git a/Package.swift b/Package.swift index e7a8a96..ba32bbb 100644 --- a/Package.swift +++ b/Package.swift @@ -17,29 +17,29 @@ let package = Package( .package( name: "WebIdEIdentPlugin", url: "https://api.webid-solutions.de/releases/ios/spm/SwiftPackages/webid-eident-plugin-spm", - .exact("4.0.0") + .branch("snapshots") ), .package( name: "WebIdDigitalSigningPlugin", url: "https://api.webid-solutions.de/releases/ios/spm/SwiftPackages/webid-digital-signing-plugin-spm", - .exact("10.0.0") + .branch("snapshots") ), .package( name: "WebIdIosIdentScanPlugin", url: "https://api.webid-solutions.de/releases/ios/spm/SwiftPackages/webid-ident-scan-plugin-spm", - .exact("11.0.0") + .branch("snapshots") ), .package( name: "WebIdOnServerDocumentScanner", url: "https://api.webid-solutions.de/releases/ios/spm/SwiftPackages/webid-on-server-document-scanner-spm", - .exact("11.0.0") + .branch("snapshots") ) ], targets: [ .binaryTarget( name: "WebIdEIdOnServerProductPlugin", - url: "https://api.webid-solutions.de/releases/ios/xcframework/snapshots/de/webid-solutions/WebIdEIdOnServerProductPlugin/12.0.2/WebIdEIdOnServerProductPlugin.framework-v12.0.2-SNAPSHOT-1124.zip", - checksum: "6df2863a7ead56e9ee4b3d247868f9913579567784f2c400c697b7d226621e90" + url: "https://api.webid-solutions.de/releases/ios/xcframework/snapshots/de/webid-solutions/WebIdEIdOnServerProductPlugin/12.0.2/WebIdEIdOnServerProductPlugin.framework-v12.0.2-SNAPSHOT-1126.zip", + checksum: "8b11561227f91965b47c3d1e92518ee7a6e6abc96add5d67971469f1166bc9f2" ), .target( name: "WebIdEIdOnServerProductPluginWrapper",