Compare commits

..

6 Commits

Author SHA1 Message Date
mac-mini-003
2790ce134b add new version 22.0.2 2026-02-06 14:34:39 +01:00
mac-mini-003
1b637b9999 add new version 22.0.1 2026-01-12 09:22:42 +01:00
mac-mini-003
89c11775b1 add new version 22.0.0 2026-01-09 11:08:59 +01:00
mac-mini-003
0a179787b5 add new version 21.2.2 2025-11-27 18:49:07 +01:00
mac-mini-003
bc211e0a99 add new version 21.2.1 2025-11-27 18:26:07 +01:00
mac-mini-003
5998b06529 add new version 21.2.0 2025-11-25 20:04:40 +01:00

View File

@ -17,29 +17,29 @@ let package = Package(
.package( .package(
name: "WebIdIosIdentScanPlugin", name: "WebIdIosIdentScanPlugin",
url: "https://api.webid-solutions.de/releases/ios/spm/SwiftPackages/webid-ident-scan-plugin-spm", url: "https://api.webid-solutions.de/releases/ios/spm/SwiftPackages/webid-ident-scan-plugin-spm",
.branch("snapshots") .exact("21.1.0")
), ),
.package( .package(
name: "WebIdOnServerDocumentScanner", name: "WebIdOnServerDocumentScanner",
url: "https://api.webid-solutions.de/releases/ios/spm/SwiftPackages/webid-on-server-document-scanner-spm", url: "https://api.webid-solutions.de/releases/ios/spm/SwiftPackages/webid-on-server-document-scanner-spm",
.branch("snapshots") .exact("21.1.0")
), ),
.package( .package(
name: "WebIdDigitalSigningPlugin", name: "WebIdDigitalSigningPlugin",
url: "https://api.webid-solutions.de/releases/ios/spm/SwiftPackages/webid-digital-signing-plugin-spm", url: "https://api.webid-solutions.de/releases/ios/spm/SwiftPackages/webid-digital-signing-plugin-spm",
.branch("snapshots") .exact("21.0.2")
), ),
.package( .package(
name: "WebIdVideoIdentPlugin", name: "WebIdVideoIdentPlugin",
url: "https://api.webid-solutions.de/releases/ios/spm/SwiftPackages/webid-video-ident-plugin-spm", url: "https://api.webid-solutions.de/releases/ios/spm/SwiftPackages/webid-video-ident-plugin-spm",
.branch("snapshots") .exact("21.1.0")
) )
], ],
targets: [ targets: [
.binaryTarget( .binaryTarget(
name: "WebIdVideoIdProductPlugin", name: "WebIdVideoIdProductPlugin",
url: "https://api.webid-solutions.de/releases/ios/xcframework/experimental/de/webid-solutions/WebIdVideoIdProductPlugin/21.2.2/WebIdVideoIdProductPlugin.framework-v21.2.2-SNAPSHOT-1566.zip", url: "https://api.webid-solutions.de/releases/ios/xcframework/releases/de/webid-solutions/WebIdVideoIdProductPlugin/22.0.2/WebIdVideoIdProductPlugin.framework-v22.0.2.zip",
checksum: "4c9549aa4ac3f040dee2fd225ba8f32eb90c18c6feec9a10fc1a6ed61310aedc" checksum: "5aaf1f0edd690e0a575b82b86486c03488fde40de41b858ab1f5cf14d16a1ec4"
), ),
.target( .target(
name: "WebIdVideoIdProductPluginWrapper", name: "WebIdVideoIdProductPluginWrapper",