diff --git a/Package.swift b/Package.swift index df4df98..32e4565 100644 --- a/Package.swift +++ b/Package.swift @@ -22,29 +22,29 @@ let package = Package( .package( name: "WebIdVideoIdentPlugin", url: "https://api.webid-solutions.de/releases/ios/spm/SwiftPackages/webid-video-ident-plugin-spm", - .branch("snapshots") + .exact("9.0.1") ), .package( name: "WebIdDigitalSigningPlugin", url: "https://api.webid-solutions.de/releases/ios/spm/SwiftPackages/webid-digital-signing-plugin-spm", - .branch("snapshots") + .exact("10.0.1") ), .package( name: "WebIdIosIdentScanPlugin", url: "https://api.webid-solutions.de/releases/ios/spm/SwiftPackages/webid-ident-scan-plugin-spm.git", - .branch("snapshots") + .exact("11.1.0") ), .package( name: "WebIdOnServerDocumentScanner", url: "https://api.webid-solutions.de/releases/ios/spm/SwiftPackages/webid-on-server-document-scanner-spm.git", - .branch("snapshots") + .exact("11.1.0") ) ], targets: [ .binaryTarget( name: "WebIdMetaPlugin", - url: "https://api.webid-solutions.de/releases/ios/xcframework/snapshots/de/webid-solutions/WebIdMetaPlugin/12.0.3/WebIdMetaPlugin.framework-v12.0.3-SNAPSHOT-1136.zip", - checksum: "0d8ace8cfae555e59ff4e7270d5e86ddaf1ea617d28f7b64a4ad45c75769bf55" + url: "https://api.webid-solutions.de/releases/ios/xcframework/snapshots/de/webid-solutions/WebIdMetaPlugin/12.0.3/WebIdMetaPlugin.framework-v12.0.3-SNAPSHOT-1139.zip", + checksum: "539eb52d185726a398642973567e244e308086bebbbfbb2096014418eb98e009" ), .target( name: "WebIdMetaPluginWrapper",