diff --git a/Package.swift b/Package.swift index 26ef540..88bbfe3 100644 --- a/Package.swift +++ b/Package.swift @@ -16,30 +16,30 @@ let package = Package( // Dependencies declare other packages that this package depends on. .package( name: "WebIdOnServerDocumentScanner", - url: "https://api.webid-solutions.de/releases/ios/spm/SwiftPackageRedesignV4/webid-on-server-document-scanner-spm.git", - .branch("redesign-v4-snapshots") + url: "https://api.webid-solutions.de/releases/ios/spm/SwiftPackageRedesignV4/webid-on-server-document-scanner-spm", + .exact("20.2.0") ), .package( name: "WebIdIosIdentScanPlugin", url: "https://api.webid-solutions.de/releases/ios/spm/SwiftPackageRedesignV4/webid-ident-scan-plugin-spm", - .branch("redesign-v4-snapshots") + .exact("20.2.0") ), .package( name: "WebIdEIdentPlugin", url: "https://api.webid-solutions.de/releases/ios/spm/SwiftPackageRedesignV4/webid-eident-plugin-spm", - .branch("redesign-v4-snapshots") + .exact("20.2.0") ), .package( name: "WebIdDigitalSigningPlugin", url: "https://api.webid-solutions.de/releases/ios/spm/SwiftPackageRedesignV4/webid-digital-signing-plugin-spm", - .branch("redesign-v4-snapshots") + .exact("20.2.0") ) ], targets: [ .binaryTarget( name: "WebIdEIdProductPlugin", - url: "https://api.webid-solutions.de/releases/ios/xcframework/snapshots/de/webid-solutions/WebIdEIdProductPlugin/20.1.2/WebIdEIdProductPlugin.framework-v20.1.2-SNAPSHOT-1483.zip", - checksum: "03a66169e2a75650b23c8a279c6dd97a744356a12eff2300015786929d70bfd2" + url: "https://api.webid-solutions.de/releases/ios/xcframework/snapshots/de/webid-solutions/WebIdEIdProductPlugin/20.1.2/WebIdEIdProductPlugin.framework-v20.1.2-SNAPSHOT-1488.zip", + checksum: "ada3dfa10b01f3bcd393bfa9b3c29967195c1806f2207c1cff75878935195a92" ), .target( name: "WebIdEIdProductPluginWrapper",