6
0

add new version 12.0.4

This commit is contained in:
mac-mini-003 2024-05-08 14:48:58 +02:00
parent 56f29ae1e7
commit d2233d6f8a

View File

@ -17,24 +17,24 @@ 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",
.exact("10.0.1") .exact("10.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",
.exact("11.1.0") .exact("11.1.1")
), ),
.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",
.exact("11.1.0") .exact("11.1.1")
) )
], ],
targets: [ targets: [
.binaryTarget( .binaryTarget(
name: "WebIdAutoIdentOnServerProductPlugin", name: "WebIdAutoIdentOnServerProductPlugin",
url: "https://api.webid-solutions.de/releases/ios/xcframework/internal/de/webid-solutions/WebIdAutoIdentOnServerProductPlugin/12.0.3/WebIdAutoIdentOnServerProductPlugin.framework-v12.0.3.zip", url: "https://api.webid-solutions.de/releases/ios/xcframework/internal/de/webid-solutions/WebIdAutoIdentOnServerProductPlugin/12.0.4/WebIdAutoIdentOnServerProductPlugin.framework-v12.0.4.zip",
checksum: "3932ca0f719b14ab6500d090c3b6e1281254d4640e2fc6aabd548fbcaa31df80" checksum: "4572485503f5b741fd2927da7ea261c688f655c865a372a156fe120fd26c18fc"
), ),
.target( .target(
name: "WebIdAutoIdentOnServerProductPluginWrapper", name: "WebIdAutoIdentOnServerProductPluginWrapper",