diff --git a/Package.swift b/Package.swift index bb6cae3..5e7cd60 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", - .branch("snapshots") + .branch("experimental") ), .package( name: "WebIdDocumentScanner", url: "https://api.webid-solutions.de/releases/ios/spm/SwiftPackages/webid-document-scanner-spm.git", - .branch("snapshots") + .branch("experimental") ), .package( name: "WebIdIosIdentScanPlugin", url: "https://api.webid-solutions.de/releases/ios/spm/SwiftPackages/webid-ident-scan-plugin-spm", - .branch("snapshots") + .branch("experimental") ), .package( name: "WebIdDigitalSigningPlugin", url: "https://api.webid-solutions.de/releases/ios/spm/SwiftPackages/webid-digital-signing-plugin-spm", - .branch("snapshots") + .branch("experimental") ), .package( name: "WebIdIosBankIdentPlugin", url: "https://api.webid-solutions.de/releases/ios/spm/SwiftPackages/webid-bank-ident-plugin-spm", - .branch("snapshots") + .branch("experimental") ) ], targets: [ .binaryTarget( name: "WebIdAccountIdProductPlugin", - url: "https://api.webid-solutions.de/releases/ios/xcframework/experimental/de/webid-solutions/WebIdAccountIdProductPlugin/21.2.2/WebIdAccountIdProductPlugin.framework-v21.2.2-SNAPSHOT-1566.zip", - checksum: "fc36ee7bac1997aae86aaf7c3fa92f35e762bbb1a90197b7c00e37d27b9fd0d1" + url: "https://api.webid-solutions.de/releases/ios/xcframework/experimental/de/webid-solutions/WebIdAccountIdProductPlugin/22.4.2/WebIdAccountIdProductPlugin.framework-v22.4.2-SNAPSHOT-1877.zip", + checksum: "4d52537945d4e64682eda7d61edcf69688860af07f58b0c3ee66d706bf856127" ), .target( name: "WebIdAccountIdProductPluginWrapper",