diff --git a/Package.swift b/Package.swift index 497a1bd..bcb4886 100644 --- a/Package.swift +++ b/Package.swift @@ -17,29 +17,29 @@ let package = Package( .package( name: "WebIdSdkUiKitComponents", url: "https://api.webid-solutions.de/releases/ios/spm/SwiftPackages/webid-sdk-ui-components-spm.git", - .upToNextMinor(from: "21.2.0") + .branch("experimental") ), .package( name: "WebIdEPassPlugin", url: "https://api.webid-solutions.de/releases/ios/spm/SwiftPackages/webid-epass-plugin-spm.git", - .exact("1.1.0") + .branch("experimental") ), .package( name: "WebIdIosIdentScanPlugin", url: "https://api.webid-solutions.de/releases/ios/spm/SwiftPackages/webid-ident-scan-plugin-spm", - .exact("22.1.2") + .branch("experimental") ), .package( name: "WebIdOnServerDocumentScanner", url: "https://api.webid-solutions.de/releases/ios/spm/SwiftPackages/webid-on-server-document-scanner-spm", - .exact("22.1.2") + .branch("experimental") ) ], targets: [ .binaryTarget( name: "WebIdEPassProductPlugin", - url: "https://api.webid-solutions.de/releases/ios/xcframework/releases/de/webid-solutions/WebIdEPassProductPlugin/22.4.2/WebIdEPassProductPlugin.framework-v22.4.2.zip", - checksum: "a2265588f25a1c0de7681f1a96d2c7ea60c5ebc44510b676f67459f78177c27c" + url: "https://api.webid-solutions.de/releases/ios/xcframework/experimental/de/webid-solutions/WebIdEPassProductPlugin/220.4.2/WebIdEPassProductPlugin.framework-v220.4.2-SNAPSHOT-1878.zip", + checksum: "ebc2de9777cdd94c7e7ae237bc448c9c6caa9045e15d0d1dfb3773539314c0d1" ), .target( name: "WebIdEPassProductPluginWrapper",