diff --git a/Package.swift b/Package.swift index 0835673..e1a2873 100644 --- a/Package.swift +++ b/Package.swift @@ -17,34 +17,34 @@ let package = Package( .package( name: "WebIdOnServerDocumentScanner", url: "https://api.webid-solutions.de/releases/ios/spm/SwiftPackages/webid-on-server-document-scanner-spm", - .exact("20.3.5") + .branch("experimental") ), .package( name: "WebIdDocumentScanner", url: "https://api.webid-solutions.de/releases/ios/spm/SwiftPackages/webid-document-scanner-spm.git", - .exact("20.3.5") + .branch("experimental") ), .package( name: "WebIdIosIdentScanPlugin", url: "https://api.webid-solutions.de/releases/ios/spm/SwiftPackages/webid-ident-scan-plugin-spm", - .exact("20.3.5") + .branch("experimental") ), .package( name: "WebIdDigitalSigningPlugin", url: "https://api.webid-solutions.de/releases/ios/spm/SwiftPackages/webid-digital-signing-plugin-spm", - .exact("20.3.3") + .branch("experimental") ), .package( name: "WebIdIosBankIdentPlugin", url: "https://api.webid-solutions.de/releases/ios/spm/SwiftPackages/webid-bank-ident-plugin-spm", - .exact("20.3.0") + .branch("experimental") ) ], targets: [ .binaryTarget( name: "WebIdAccountIdProductPlugin", - url: "https://api.webid-solutions.de/releases/ios/xcframework/snapshots/de/webid-solutions/WebIdAccountIdProductPlugin/21.1.2/WebIdAccountIdProductPlugin.framework-v21.1.2-SNAPSHOT-1539.zip", - checksum: "239d2d135e42ea0d886b8eb16da286cb9fe6fbf1099fbe84101132adcc3b642e" + url: "https://api.webid-solutions.de/releases/ios/xcframework/snapshots/de/webid-solutions/WebIdAccountIdProductPlugin/21.1.3/WebIdAccountIdProductPlugin.framework-v21.1.3-SNAPSHOT-1543.zip", + checksum: "69b16dceb7573afe6d130b4a3cfd680106098aaeb49a8e709404ac85ad76a652" ), .target( name: "WebIdAccountIdProductPluginWrapper",