diff --git a/Package.swift b/Package.swift index 6603f79..aeef72b 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.3") + .branch("snapshots") ), .package( name: "WebIdEPassPlugin", url: "https://api.webid-solutions.de/releases/ios/spm/SwiftPackages/webid-epass-plugin-spm.git", - .exact("1.2.1") + .branch("snapshots") ), .package( name: "WebIdIosIdentScanPlugin", url: "https://api.webid-solutions.de/releases/ios/spm/SwiftPackages/webid-ident-scan-plugin-spm", - .exact("23.1.1") + .branch("snapshots") ), .package( name: "WebIdOnServerDocumentScanner", url: "https://api.webid-solutions.de/releases/ios/spm/SwiftPackages/webid-on-server-document-scanner-spm", - .exact("23.1.1") + .branch("snapshots") ) ], targets: [ .binaryTarget( name: "WebIdEPassProductPlugin", - url: "https://api.webid-solutions.de/releases/ios/xcframework/snapshots/de/webid-solutions/WebIdEPassProductPlugin/22.5.3/WebIdEPassProductPlugin.framework-v22.5.3-SNAPSHOT-1728.zip", - checksum: "c1e7fee88f60ac0adebcc4f3d64a0b0208c7902908609efa71cc6ef1f4a5d63b" + url: "https://api.webid-solutions.de/releases/ios/xcframework/snapshots/de/webid-solutions/WebIdEPassProductPlugin/22.5.5/WebIdEPassProductPlugin.framework-v22.5.5-SNAPSHOT-1730.zip", + checksum: "c7d3dd56b0597aa30f4c0fa3af56e46dd5c353c38659ea82e47ad3554cd32054" ), .target( name: "WebIdEPassProductPluginWrapper",