diff --git a/Package.swift b/Package.swift index d4ccf2e..9fc2556 100644 --- a/Package.swift +++ b/Package.swift @@ -17,29 +17,29 @@ 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: "WebIdIosIdentScanPlugin", url: "https://api.webid-solutions.de/releases/ios/spm/SwiftPackages/webid-ident-scan-plugin-spm", - .branch("snapshots") + .branch("experimental") ), .package( name: "WebIdEIdentPlugin", url: "https://api.webid-solutions.de/releases/ios/spm/SwiftPackages/webid-eident-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") ) ], targets: [ .binaryTarget( name: "WebIdEIdProductPlugin", - url: "https://api.webid-solutions.de/releases/ios/xcframework/experimental/de/webid-solutions/WebIdEIdProductPlugin/21.2.2/WebIdEIdProductPlugin.framework-v21.2.2-SNAPSHOT-1566.zip", - checksum: "bc3c24ef3f13b2b8b5e84bf14a3c23b93e062948ca04d17821204af31dccc8b5" + url: "https://api.webid-solutions.de/releases/ios/xcframework/experimental/de/webid-solutions/WebIdEIdProductPlugin/220.4.2/WebIdEIdProductPlugin.framework-v220.4.2-SNAPSHOT-1878.zip", + checksum: "ddb33c6b9477324dd19a935f8bc099ad39e30b147aee6474da9622b4c6060601" ), .target( name: "WebIdEIdProductPluginWrapper",