diff --git a/Package.swift b/Package.swift index c840381..6226c88 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("experimental") + .branch("snapshots") ), .package( name: "WebIdDocumentScanner", url: "https://api.webid-solutions.de/releases/ios/spm/SwiftPackages/webid-document-scanner-spm.git", - .branch("experimental") + .branch("snapshots") ), .package( name: "WebIdIosIdentScanPlugin", url: "https://api.webid-solutions.de/releases/ios/spm/SwiftPackages/webid-ident-scan-plugin-spm", - .branch("experimental") + .branch("snapshots") ), .package( name: "WebIdDigitalSigningPlugin", url: "https://api.webid-solutions.de/releases/ios/spm/SwiftPackages/webid-digital-signing-plugin-spm", - .branch("experimental") + .branch("snapshots") ), .package( name: "WebIdIosBankIdentPlugin", url: "https://api.webid-solutions.de/releases/ios/spm/SwiftPackages/webid-bank-ident-plugin-spm", - .branch("experimental") + .branch("snapshots") ) ], targets: [ .binaryTarget( name: "WebIdAccountIdProductPlugin", - url: "https://api.webid-solutions.de/releases/ios/xcframework/snapshots/de/webid-solutions/WebIdAccountIdProductPlugin/21.1.3/WebIdAccountIdProductPlugin.framework-v21.1.3-SNAPSHOT-1544.zip", - checksum: "49c6ccec2ba52bd3186a9ee2d475c13f6b815f4924a2cae840078f7b6f81712f" + url: "https://api.webid-solutions.de/releases/ios/xcframework/snapshots/de/webid-solutions/WebIdAccountIdProductPlugin/21.1.3/WebIdAccountIdProductPlugin.framework-v21.1.3-SNAPSHOT-1541.zip", + checksum: "39a65c716af405a1cbe8150a98c210c4256cd1ad1cc01b304cc94f85e86459e6" ), .target( name: "WebIdAccountIdProductPluginWrapper",