Compare commits

..

7 Commits

Author SHA1 Message Date
mac-mini-003
66c15e572f add new version 22.0.2 2026-02-06 14:33:43 +01:00
mac-mini-003
dcf7d9f212 add new version 22.0.2 2026-02-06 13:14:10 +01:00
mac-mini-003
357381f149 add new version 22.0.1 2026-01-12 09:21:29 +01:00
mac-mini-003
c14b909be0 add new version 22.0.0 2026-01-09 11:07:41 +01:00
mac-mini-003
934aaac39a add new version 21.2.2 2025-11-27 18:48:03 +01:00
mac-mini-003
9417e4a107 add new version 21.2.1 2025-11-27 18:24:59 +01:00
mac-mini-003
a7eb78400c add new version 21.2.0 2025-11-25 20:03:36 +01:00

View File

@ -17,34 +17,34 @@ let package = Package(
.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: "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: "WebIdDocumentScanner", name: "WebIdDocumentScanner",
url: "https://api.webid-solutions.de/releases/ios/spm/SwiftPackages/webid-document-scanner-spm.git", url: "https://api.webid-solutions.de/releases/ios/spm/SwiftPackages/webid-document-scanner-spm.git",
.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: "WebIdCellCheckPlugin", name: "WebIdCellCheckPlugin",
url: "https://api.webid-solutions.de/releases/ios/spm/SwiftPackages/webid-cell-check-plugin-spm", url: "https://api.webid-solutions.de/releases/ios/spm/SwiftPackages/webid-cell-check-plugin-spm",
.branch("snapshots") .exact("2.0.2")
) )
], ],
targets: [ targets: [
.binaryTarget( .binaryTarget(
name: "WebIdAutoIdProductPlugin", name: "WebIdAutoIdProductPlugin",
url: "https://api.webid-solutions.de/releases/ios/xcframework/experimental/de/webid-solutions/WebIdAutoIdProductPlugin/21.2.2/WebIdAutoIdProductPlugin.framework-v21.2.2-SNAPSHOT-1566.zip", url: "https://api.webid-solutions.de/releases/ios/xcframework/releases/de/webid-solutions/WebIdAutoIdProductPlugin/22.0.2/WebIdAutoIdProductPlugin.framework-v22.0.2.zip",
checksum: "1bd2b94b59b181efa44b5a741d0a2bf02cf96646752427325a1901f95987ec17" checksum: "ce6766c8fd973a4649d97b9babb174d7613cb6b83c5c8debb35dce48716a2984"
), ),
.target( .target(
name: "WebIdAutoIdProductPluginWrapper", name: "WebIdAutoIdProductPluginWrapper",