diff --git a/Package.swift b/Package.swift index b446117..50ae278 100644 --- a/Package.swift +++ b/Package.swift @@ -17,29 +17,29 @@ let package = Package( .package( name: "WebIdEIdentPlugin", url: "https://api.webid-solutions.de/releases/ios/spm/SwiftPackages/webid-eident-plugin-spm", - .branch("snapshots") + .exact("5.3.0") ), .package( name: "WebIdDigitalSigningPlugin", url: "https://api.webid-solutions.de/releases/ios/spm/SwiftPackages/webid-digital-signing-plugin-spm", - .branch("snapshots") + .exact("11.2.0") ), .package( name: "WebIdIosIdentScanPlugin", url: "https://api.webid-solutions.de/releases/ios/spm/SwiftPackages/webid-ident-scan-plugin-spm", - .branch("snapshots") + .exact("12.3.0") ), .package( name: "WebIdOnServerDocumentScanner", url: "https://api.webid-solutions.de/releases/ios/spm/SwiftPackages/webid-on-server-document-scanner-spm", - .branch("snapshots") + .exact("12.3.0") ) ], targets: [ .binaryTarget( name: "WebIdEIdOnServerProductPlugin", - url: "https://api.webid-solutions.de/releases/ios/xcframework/snapshots/de/webid-solutions/WebIdEIdOnServerProductPlugin/13.4.0/WebIdEIdOnServerProductPlugin.framework-v13.4.0-SNAPSHOT-1247.zip", - checksum: "1e0b04303056b8a0e96aee6f15f9bf29141bf48c18867f70a74ba3902642e01f" + url: "https://api.webid-solutions.de/releases/ios/xcframework/snapshots/de/webid-solutions/WebIdEIdOnServerProductPlugin/13.4.0/WebIdEIdOnServerProductPlugin.framework-v13.4.0-SNAPSHOT-1259.zip", + checksum: "cf3b01f0fcc5253e27f944cb3128d5b51af9d009d2b26624c8ea6550ea3d47d6" ), .target( name: "WebIdEIdOnServerProductPluginWrapper",