6
0

add new version 20.0.5-SNAPSHOT-1447

This commit is contained in:
mac-mini-003 2025-07-29 14:13:15 +02:00
parent faeffc4794
commit 9fc5433047

View File

@ -17,29 +17,29 @@ let package = Package(
.package( .package(
name: "WebIdIosIdentScanPlugin", name: "WebIdIosIdentScanPlugin",
url: "https://api.webid-solutions.de/releases/ios/spm/SwiftPackageRedesignV4/webid-ident-scan-plugin-spm", url: "https://api.webid-solutions.de/releases/ios/spm/SwiftPackageRedesignV4/webid-ident-scan-plugin-spm",
.exact("20.0.1") .branch("redesign-v4-snapshots")
), ),
.package( .package(
name: "WebIdOnServerDocumentScanner", name: "WebIdOnServerDocumentScanner",
url: "https://api.webid-solutions.de/releases/ios/spm/SwiftPackageRedesignV4/webid-on-server-document-scanner-spm", url: "https://api.webid-solutions.de/releases/ios/spm/SwiftPackageRedesignV4/webid-on-server-document-scanner-spm",
.exact("20.0.1") .branch("redesign-v4-snapshots")
), ),
.package( .package(
name: "WebIdDigitalSigningPlugin", name: "WebIdDigitalSigningPlugin",
url: "https://api.webid-solutions.de/releases/ios/spm/SwiftPackageRedesignV4/webid-digital-signing-plugin-spm", url: "https://api.webid-solutions.de/releases/ios/spm/SwiftPackageRedesignV4/webid-digital-signing-plugin-spm",
.exact("20.0.1") .branch("redesign-v4-snapshots")
), ),
.package( .package(
name: "WebIdVideoIdentPlugin", name: "WebIdVideoIdentPlugin",
url: "https://api.webid-solutions.de/releases/ios/spm/SwiftPackageRedesignV4/webid-video-ident-plugin-spm", url: "https://api.webid-solutions.de/releases/ios/spm/SwiftPackageRedesignV4/webid-video-ident-plugin-spm",
.exact("20.0.1") .branch("redesign-v4-snapshots")
) )
], ],
targets: [ targets: [
.binaryTarget( .binaryTarget(
name: "WebIdVideoIdentProductPlugin", name: "WebIdVideoIdentProductPlugin",
url: "https://api.webid-solutions.de/releases/ios/xcframework/redesign-v4-snapshots/de/webid-solutions/WebIdVideoIdentProductPlugin/20.0.4/WebIdVideoIdentProductPlugin.framework-v20.0.4-SNAPSHOT-1443.zip", url: "https://api.webid-solutions.de/releases/ios/xcframework/redesign-v4-snapshots/de/webid-solutions/WebIdVideoIdentProductPlugin/20.0.5/WebIdVideoIdentProductPlugin.framework-v20.0.5-SNAPSHOT-1447.zip",
checksum: "4664930a1bc7d0decf9a130ec3d115fca3ac4ed1858099c39bf29d9c33767e22" checksum: "18ad35a8f68dd06dde948dd59c309c058d24bcc248b3379276784c44b6b187d9"
), ),
.target( .target(
name: "WebIdVideoIdentProductPluginWrapper", name: "WebIdVideoIdentProductPluginWrapper",